]> gitweb @ CieloNegro.org - haskell-dns.git/blobdiff - dns.cabal
AAAA support
[haskell-dns.git] / dns.cabal
index cbe24359e8e26237be07b8284e8fe01cfc8f1cc6..2ecda6609a172f3d3b49a5d6865def4c755f6bec 100644 (file)
--- a/dns.cabal
+++ b/dns.cabal
@@ -35,6 +35,7 @@ Library
         Network.DNS.Named.Zone
         Network.DNS.Packer
         Network.DNS.Unpacker
+        Network.Socket.IsString
 
     Extensions:
         DeriveDataTypeable, ExistentialQuantification,
@@ -61,7 +62,7 @@ Executable DNSUnitTest
     Extensions:
         DeriveDataTypeable, ExistentialQuantification,
         FlexibleInstances, FunctionalDependencies,
-        MultiParamTypeClasses, ScopedTypeVariables,
+        MultiParamTypeClasses, OverloadedStrings, ScopedTypeVariables,
         TypeSynonymInstances, UndecidableInstances,
         IncoherentInstances
 
@@ -80,7 +81,7 @@ Executable ExampleDNSServer
     Extensions:
         DeriveDataTypeable, ExistentialQuantification,
         FlexibleInstances, FunctionalDependencies,
-        MultiParamTypeClasses, ScopedTypeVariables,
+        MultiParamTypeClasses, OverloadedStrings, ScopedTypeVariables,
         TypeSynonymInstances, UndecidableInstances,
         IncoherentInstances