summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-30 16:23:07 +0900
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-08-30 16:23:07 +0900
commit597ae83b60dd28706cd29e4df5c69204a4b983a8 (patch)
tree8e9f365f73871831a3b33d5f1817384a6d7b286c /dns.cabal
parent8ba004e4135783c2a3c79e057c553fa01fb87a57 (diff)
attoparsec + enumerator.
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