summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
authorGravatar huangyi <yi.codeplayer@gmail.com>2011-11-01 20:32:25 +0800
committerGravatar huangyi <yi.codeplayer@gmail.com>2011-11-01 20:32:25 +0800
commit5a557e55831246bb004cb47d079508049e1dd97e (patch)
treeeb03a4ee25416dc3caa932c9413eff48a7b1d985 /dns.cabal
parent4fa2676715d20ad9b7b01d504188a538cd20194d (diff)
more specific dependency and fix compile wainings.
Diffstat (limited to 'dns.cabal')
-rw-r--r--dns.cabal4
1 files changed, 2 insertions, 2 deletions
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,