X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=39fa14b6da7e148ff7687aca9e34393600670843;hb=07b641d6c0a4ba07a07ede4d746dfb08a5ed0730;hp=d2db94e67422efc6aecc6bd07aa07389806ecf8a;hpb=4a9d6c541d4c418d2d26b2a9054b55c0e1d8e700;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index d2db94e..39fa14b 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -16,7 +16,7 @@ Maintainer: PHO Stability: experimental Homepage: http://cielonegro.org/Lucu.html Category: Network -Tested-With: GHC == 6.10.1 +Tested-With: GHC == 6.12.1 Cabal-Version: >= 1.6 Build-Type: Simple Extra-Source-Files: @@ -81,9 +81,12 @@ Library Network.HTTP.Lucu.Preprocess Network.HTTP.Lucu.RequestReader Network.HTTP.Lucu.ResponseWriter + Network.HTTP.Lucu.SocketLike Extensions: - BangPatterns, DeriveDataTypeable, ScopedTypeVariables, UnboxedTuples + BangPatterns, DeriveDataTypeable, FlexibleContexts, + FlexibleInstances, ScopedTypeVariables, TypeFamilies, + UnboxedTuples ghc-options: -Wall