X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Lucu.cabal;h=604fc273ac86d871ecc508af650881bac7531a79;hb=cc074d0ce3f7df2544bc2baddca4e7730ecdf0a0;hp=8a04bd4a72b2ef8002b61b5e0b59799e9f128634;hpb=48bc90d66a45c0b9b6f52272b46cf2949ed802e3;p=Lucu.git diff --git a/Lucu.cabal b/Lucu.cabal index 8a04bd4..604fc27 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -1,26 +1,30 @@ -Name: Lucu -Synopsis: Embedded HTTP Server +Name: Lucu +Synopsis: Embedded HTTP Server Description: - - Lucu is an embedded HTTP server library. - - It's not a replacement for Apache nor lighttpd. It is intended - to be used to build an efficient web-based RESTful application - which runs behind a reverse-proxy so it doesn't have some - functionalities like logging, client filtering and such. - -Version: 1.0 -License: PublicDomain -License-File: COPYING -Author: PHO -Maintainer: PHO -Stability: experimental -Homepage: http://cielonegro.org/Lucu.html -Bug-Reports: http://static.cielonegro.org/ditz/Lucu/ -Category: Network -Tested-With: GHC == 7.0.3 + . + Lucu is an embedded HTTP server library. + . + This isn't a replacement for Apache nor lighttpd. It is intended + to be used to build an efficient web-based RESTful application + which runs behind a reverse-proxy so it doesn't have some + functionalities like logging, client filtering and such. + . + The library has indeed so many exposed modules, but in general + you don't need to import any modules other than + "Network.HTTP.Lucu". + . +Version: 1.0 +License: PublicDomain +License-File: COPYING +Author: PHO +Maintainer: PHO +Stability: experimental +Homepage: http://cielonegro.org/Lucu.html +Bug-Reports: http://static.cielonegro.org/ditz/Lucu/ +Category: Network +Tested-With: GHC == 7.0.3 Cabal-Version: >= 1.6 -Build-Type: Simple +Build-Type: Simple Extra-Source-Files: NEWS examples/HelloWorld.hs @@ -72,8 +76,13 @@ Library Network.HTTP.Lucu.Authentication Network.HTTP.Lucu.Config Network.HTTP.Lucu.ETag + Network.HTTP.Lucu.HandleLike + Network.HTTP.Lucu.Headers Network.HTTP.Lucu.HttpVersion Network.HTTP.Lucu.Httpd + Network.HTTP.Lucu.Implant + Network.HTTP.Lucu.Implant.PrettyPrint + Network.HTTP.Lucu.Implant.Rewrite Network.HTTP.Lucu.MIMEParams Network.HTTP.Lucu.MIMEType Network.HTTP.Lucu.MIMEType.DefaultExtensionMap @@ -86,7 +95,9 @@ Library Network.HTTP.Lucu.Resource Network.HTTP.Lucu.Resource.Tree Network.HTTP.Lucu.Response + Network.HTTP.Lucu.SocketLike Network.HTTP.Lucu.StaticFile + Network.HTTP.Lucu.StatusCode Network.HTTP.Lucu.Utils Other-Modules: @@ -94,15 +105,13 @@ Library Network.HTTP.Lucu.Chunk Network.HTTP.Lucu.ContentCoding Network.HTTP.Lucu.DefaultPage - Network.HTTP.Lucu.HandleLike - Network.HTTP.Lucu.Headers Network.HTTP.Lucu.Interaction Network.HTTP.Lucu.Postprocess Network.HTTP.Lucu.Preprocess Network.HTTP.Lucu.RequestReader Network.HTTP.Lucu.Resource.Internal Network.HTTP.Lucu.ResponseWriter - Network.HTTP.Lucu.SocketLike + Network.HTTP.Lucu.StatusCode.Internal ghc-options: -Wall @@ -116,9 +125,9 @@ Executable lucu-implant-file Main-Is: ImplantFile.hs Build-Depends: - SHA == 1.5.*, - haskell-src-exts == 1.11.*, - zlib == 0.5.* + SHA == 1.5.*, + syb == 0.3.*, + zlib == 0.5.* ghc-options: -Wall