summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
authorGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-11-01 18:26:24 -0700
committerGravatar Kazu Yamamoto <kazu@iij.ad.jp>2011-11-01 18:26:24 -0700
commita37c57c9a88f36d5d059d22740f906b3f257f17b (patch)
treeeb03a4ee25416dc3caa932c9413eff48a7b1d985 /dns.cabal
parent4fa2676715d20ad9b7b01d504188a538cd20194d (diff)
parent5a557e55831246bb004cb47d079508049e1dd97e (diff)
Merge pull request #5 from yihuang/master
dependent on more specific iproute version, and fix compile warnings.
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,