]> gitweb @ CieloNegro.org - haskell-dns.git/blobdiff - dns.cabal
Many changes...
[haskell-dns.git] / dns.cabal
index 92cb60c15547c5bd994837f61d1becdda25d4923..a401b3cacb12768808eead75fd7dab593f329722 100644 (file)
--- a/dns.cabal
+++ b/dns.cabal
@@ -12,10 +12,13 @@ Build-Type:          Simple
 
 Library
     Build-Depends:
-        base, binary, binary-strict
+        base, binary, binary-strict, bytestring, containers
 
     Exposed-Modules:
         Network.DNS.Message
 
+    Extensions:
+        DeriveDataTypeable, ExistentialQuantification
+
     GHC-Options:
         -Wall