summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dns.cabal')
-rw-r--r--dns.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/dns.cabal b/dns.cabal
index 316dcac..100c6a9 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -30,12 +30,16 @@ library
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring, random,
- network >= 2.3, blaze-builder
+ network >= 2.3, blaze-builder,
+ attoparsec, enumerator, attoparsec-enumerator,
+ network-enumerator
else
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring, random,
- network, network-bytestring, blaze-builder
+ network, network-bytestring, blaze-builder,
+ attoparsec, enumerator, attoparsec-enumerator,
+ network-enumerator
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/dns.git