X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=haskell-dns.git;a=blobdiff_plain;f=dns.cabal;fp=dns.cabal;h=2ecda6609a172f3d3b49a5d6865def4c755f6bec;hp=cbe24359e8e26237be07b8284e8fe01cfc8f1cc6;hb=845dca95afa7e073e62520ef3c4840b3b078bdad;hpb=826401d22c87d6c5d77ad4f427d28d6b97a9d12f diff --git a/dns.cabal b/dns.cabal index cbe2435..2ecda66 100644 --- 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