summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
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