From 825e27472ab361f9fdb46146c44cd56a571ed947 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 17 Mar 2010 22:25:49 +0900 Subject: adding API --- dns.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'dns.cabal') 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 -- cgit v1.2.3