From 3e364247caed8c0bbe0e81531473b6c6b86506c4 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 17 Oct 2012 10:28:45 +0900 Subject: Using conduit. --- dns.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dns.cabal') diff --git a/dns.cabal b/dns.cabal index 8a4fdfa..83e4bfb 100644 --- a/dns.cabal +++ b/dns.cabal @@ -23,31 +23,31 @@ library if impl(ghc >= 7) Build-Depends: base >= 4 && < 5 , attoparsec - , attoparsec-enumerator + , attoparsec-conduit , binary , blaze-builder , bytestring + , conduit , containers - , enumerator , iproute >= 1.2.4 , mtl , network >= 2.3 - , network-enumerator + , network-conduit , random else Build-Depends: base >= 4 && < 5 , attoparsec - , attoparsec-enumerator + , attoparsec-conduit , binary , blaze-builder , bytestring + , conduit , containers - , enumerator , iproute >= 1.2.4 , mtl , network , network-bytestring - , network-enumerator + , network-conduit , random Source-Repository head Type: git -- cgit v1.2.3