X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dns.cabal;fp=dns.cabal;h=1d1c4d699ccd89dabca35f58aeb9ce2c14e96aaa;hb=d94095b1b80d070f10fab2681bdebbdb8bed84b6;hp=a401b3cacb12768808eead75fd7dab593f329722;hpb=a828c881514494f1718a812301f1883f15a72870;p=haskell-dns.git diff --git a/dns.cabal b/dns.cabal index a401b3c..1d1c4d6 100644 --- a/dns.cabal +++ b/dns.cabal @@ -18,7 +18,9 @@ Library Network.DNS.Message Extensions: - DeriveDataTypeable, ExistentialQuantification + DeriveDataTypeable, ExistentialQuantification, + FlexibleInstances, FunctionalDependencies, MultiParamTypeClasses, + ScopedTypeVariables GHC-Options: -Wall