summaryrefslogtreecommitdiffhomepage
path: root/dns.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'dns.cabal')
-rw-r--r--dns.cabal10
1 files changed, 6 insertions, 4 deletions
diff --git a/dns.cabal b/dns.cabal
index 0d607fe..f6fa99b 100644
--- a/dns.cabal
+++ b/dns.cabal
@@ -16,9 +16,11 @@ library
GHC-Options: -Wall
Exposed-Modules: Network.DNS
Network.DNS.Types
- Network.DNS.Query
- Network.DNS.Response
Other-Modules: Network.DNS.Internal
Network.DNS.StateBinary
- Build-Depends: base >= 4.0 && < 10, binary, iproute, bytestring,
- containers, mtl
+ Network.DNS.Query
+ Network.DNS.Response
+ Build-Depends: base >= 4.0 && < 10, haskell98,
+ binary, iproute,
+ containers, mtl, bytestring,
+ network, network-bytestring