X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=39fa14b6da7e148ff7687aca9e34393600670843;hb=07b641d6c0a4ba07a07ede4d746dfb08a5ed0730;hp=19ff8b2d5d5bde33d8a5c4ccd2151834db625ff0;hpb=195fd2318fb0ad21c2fd60f61e7df72a8f25d12c;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 19ff8b2..39fa14b 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -8,7 +8,7 @@ Description: messing around FastCGI. It is also intended to be run behind a reverse-proxy so it doesn't have some facilities like logging, client filtering or such like. -Version: 0.4.1 +Version: 0.4.2 License: PublicDomain License-File: COPYING Author: PHO @@ -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