X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=2778a2a2c0201d6df08198e056c9125f5bc083b1;hb=087dd4f;hp=c033bb4fdc1e29134a4155f6902bb3b39b47279e;hpb=d41d36974cf617970ede1b0d17f7c95970f6a657;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index c033bb4..2778a2a 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -50,6 +50,7 @@ Flag ssl Library Build-Depends: + arrow-list == 0.2.*, ascii == 0.0.*, attempt == 0.3.*, attoparsec == 0.10.*, @@ -63,9 +64,12 @@ Library collections-api == 1.0.*, collections-base-instances == 1.0.*, containers == 0.4.*, + convertible-ascii == 0.1.*, convertible-text == 0.4.*, + data-default == 0.3.*, directory == 1.1.*, filepath == 1.2.*, + hashable == 1.1.*, mtl == 2.0.*, network == 2.3.*, old-time == 1.0.*, @@ -76,7 +80,7 @@ Library template-haskell == 2.5.*, text == 0.11.*, time == 1.2.*, - time-http == 0.4.*, + time-http == 0.5.*, transformers == 0.2.* if flag(ssl) @@ -86,6 +90,7 @@ Library -DHAVE_SSL Exposed-Modules: + Data.URI Data.Collections.Newtype.TH Network.HTTP.Lucu Network.HTTP.Lucu.Abortion @@ -104,19 +109,21 @@ Library Network.HTTP.Lucu.MIMEType Network.HTTP.Lucu.MIMEType.DefaultExtensionMap Network.HTTP.Lucu.MIMEType.Guess - Network.HTTP.Lucu.MIMEType.TH Network.HTTP.Lucu.MultipartForm Network.HTTP.Lucu.Parser.Http Network.HTTP.Lucu.Parser Network.HTTP.Lucu.Request Network.HTTP.Lucu.Resource Network.HTTP.Lucu.Response + Network.HTTP.Lucu.Response.StatusCode + Network.HTTP.Lucu.Router Network.HTTP.Lucu.SocketLike Network.HTTP.Lucu.StaticFile - Network.HTTP.Lucu.StatusCode Network.HTTP.Lucu.Utils Other-Modules: + Data.URI.Internal + Data.URI.Internal.Scheme Network.HTTP.Lucu.Abortion.Internal Network.HTTP.Lucu.Chunk Network.HTTP.Lucu.ContentCoding @@ -129,8 +136,8 @@ Library Network.HTTP.Lucu.Preprocess Network.HTTP.Lucu.RequestReader Network.HTTP.Lucu.Resource.Internal + Network.HTTP.Lucu.Response.StatusCode.Internal Network.HTTP.Lucu.ResponseWriter - Network.HTTP.Lucu.StatusCode.Internal ghc-options: -Wall