From 5a557e55831246bb004cb47d079508049e1dd97e Mon Sep 17 00:00:00 2001 From: huangyi Date: Tue, 1 Nov 2011 20:32:25 +0800 Subject: more specific dependency and fix compile wainings. --- dns.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns.cabal') diff --git a/dns.cabal b/dns.cabal index 7c975ed..ed94879 100644 --- a/dns.cabal +++ b/dns.cabal @@ -25,14 +25,14 @@ library Network.DNS.StateBinary if impl(ghc >= 7) Build-Depends: base >= 4 && < 5, - binary, iproute, + binary, iproute >= 1.2.4, containers, mtl, bytestring, random, network >= 2.3, blaze-builder, attoparsec, enumerator, attoparsec-enumerator, network-enumerator else Build-Depends: base >= 4 && < 5, - binary, iproute, + binary, iproute >= 1.2.4, containers, mtl, bytestring, random, network, network-bytestring, blaze-builder, attoparsec, enumerator, attoparsec-enumerator, -- cgit v1.2.3