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 7f71d37..316dcac 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -30,12 +30,12 @@ library
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring, random,
- network >= 2.3
+ network >= 2.3, blaze-builder
else
Build-Depends: base >= 4 && < 5,
binary, iproute,
containers, mtl, bytestring, random,
- network, network-bytestring
+ network, network-bytestring, blaze-builder
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/dns.git