summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2012-07-13 15:27:28 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2012-07-13 15:27:28 +0900
commit4618003319b55f8aa77d1bea8dcf99fde6997a1e (patch)
treee5926911acd7e7a0b953c0275ad6ed5d50c7fa8d
parent503304747f5b2f2ec5a648ddc08fd66fa185f0a5 (diff)
cabal file update.
-rw-r--r--dns.cabal46
1 files changed, 29 insertions, 17 deletions
diff --git a/dns.cabal b/dns.cabal
index b9769cd..8a4fdfa 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -1,5 +1,5 @@
Name: dns
-Version: 0.3.3
+Version: 0.3.4
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
@@ -11,10 +11,7 @@ Cabal-Version: >= 1.6
Build-Type: Simple
Extra-Source-Files: Test.hs, TestProtocol.hs
library
- if impl(ghc >= 6.12)
- GHC-Options: -Wall -fno-warn-unused-do-bind
- else
- GHC-Options: -Wall
+ GHC-Options: -Wall
Exposed-Modules: Network.DNS
Network.DNS.Lookup
Network.DNS.Resolver
@@ -24,19 +21,34 @@ library
Other-Modules: Network.DNS.Internal
Network.DNS.StateBinary
if impl(ghc >= 7)
- Build-Depends: base >= 4 && < 5,
- binary, iproute >= 1.2.4,
- containers, mtl, bytestring, random,
- network >= 2.3, blaze-builder,
- attoparsec, enumerator, attoparsec-enumerator,
- network-enumerator
+ Build-Depends: base >= 4 && < 5
+ , attoparsec
+ , attoparsec-enumerator
+ , binary
+ , blaze-builder
+ , bytestring
+ , containers
+ , enumerator
+ , iproute >= 1.2.4
+ , mtl
+ , network >= 2.3
+ , network-enumerator
+ , random
else
- Build-Depends: base >= 4 && < 5,
- binary, iproute >= 1.2.4,
- containers, mtl, bytestring, random,
- network, network-bytestring, blaze-builder,
- attoparsec, enumerator, attoparsec-enumerator,
- network-enumerator
+ Build-Depends: base >= 4 && < 5
+ , attoparsec
+ , attoparsec-enumerator
+ , binary
+ , blaze-builder
+ , bytestring
+ , containers
+ , enumerator
+ , iproute >= 1.2.4
+ , mtl
+ , network
+ , network-bytestring
+ , network-enumerator
+ , random
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/dns.git