X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dns.cabal;h=2ecda6609a172f3d3b49a5d6865def4c755f6bec;hb=HEAD;hp=cbe24359e8e26237be07b8284e8fe01cfc8f1cc6;hpb=248b1c63284bbe00550bf2402ee6a9da6997143e;p=haskell-dns.git 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