X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=891efa249095bf5f3c451492c107acfced6c108d;hb=0214f070b80791323430e21b53bcbe8a77b71b23;hp=19ff8b2d5d5bde33d8a5c4ccd2151834db625ff0;hpb=195fd2318fb0ad21c2fd60f61e7df72a8f25d12c;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 19ff8b2..891efa2 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 @@ -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