summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
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 148c3d2..6fffb11 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -1,5 +1,5 @@
Name: dns
-Version: 0.1.0
+Version: 0.1.1
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
@@ -29,7 +29,7 @@ library
Build-Depends: base >= 4 && < 5, haskell98,
binary, iproute,
containers, mtl, bytestring,
- network, network-bytestring
+ network >= 2.3
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/dns.git