From 597ae83b60dd28706cd29e4df5c69204a4b983a8 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 30 Aug 2011 16:23:07 +0900 Subject: attoparsec + enumerator. --- dns.cabal | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dns.cabal') 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 -- cgit v1.2.3