X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Lucu.cabal;h=a3f7e1d18817e1f717f72bfe9f1b6b492733ff78;hb=892db773d625001f773aa66f19bbb0d0008341d2;hp=c6dfa354ad0f334d0e8d503a6aa410d0beb1eddb;hpb=42aad5a1889cf99c7c26ae7573bcc888e840ae66;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index c6dfa35..a3f7e1d 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -37,7 +37,7 @@ Extra-Source-Files: examples/small-file.txt Source-Repository head - Type: git + Type: git Location: git://git.cielonegro.org/Lucu.git Flag build-lucu-implant-file @@ -50,6 +50,7 @@ Flag ssl Library Build-Depends: + arrow-list == 0.2.*, ascii == 0.0.*, attempt == 0.3.*, attoparsec == 0.10.*, @@ -78,7 +79,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) @@ -88,7 +89,6 @@ Library -DHAVE_SSL Exposed-Modules: - Data.Eq.Indirect Data.Collections.Newtype.TH Network.HTTP.Lucu Network.HTTP.Lucu.Abortion @@ -113,9 +113,10 @@ Library 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: @@ -131,8 +132,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