summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-29 18:26:11 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-29 18:26:11 +0900
commit3f2d32156e1e1d7970887a66bb1859c7176ccb63 (patch)
tree376b5c0858e30cf66ffc1e36dfed3f02d8fbbbfc /dns.cabal
parent074718d1ab7a04119303800859220dd482cfbc79 (diff)
removing haskell98.
Diffstat (limited to 'dns.cabal')
-rw-r--r--dns.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/dns.cabal b/dns.cabal
index 078cf61..7f71d37 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -27,14 +27,14 @@ library
Network.DNS.Query
Network.DNS.Response
if impl(ghc >= 7)
- Build-Depends: base >= 4 && < 5, haskell98,
+ Build-Depends: base >= 4 && < 5,
binary, iproute,
- containers, mtl, bytestring,
+ containers, mtl, bytestring, random,
network >= 2.3
else
- Build-Depends: base >= 4 && < 5, haskell98,
+ Build-Depends: base >= 4 && < 5,
binary, iproute,
- containers, mtl, bytestring,
+ containers, mtl, bytestring, random,
network, network-bytestring
Source-Repository head
Type: git