]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Better name-rewriting engine
[Lucu.git] / Lucu.cabal
index 7ceb6c2c0e457a3543635c6b9ce0d7ec0754a921..604fc273ac86d871ecc508af650881bac7531a79 100644 (file)
@@ -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 <pho at cielonegro dot org>
-Maintainer: PHO <pho at cielonegro dot org>
-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 <pho at cielonegro dot org>
+Maintainer:    PHO <pho at cielonegro dot org>
+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,6 +95,7 @@ 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
@@ -95,15 +105,12 @@ 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:
@@ -117,11 +124,6 @@ Executable lucu-implant-file
 
     Main-Is: ImplantFile.hs
 
-    Other-Modules:
-        Network.HTTP.Lucu.Implant.Input
-        Network.HTTP.Lucu.Implant.PrettyPrint
-        Network.HTTP.Lucu.Implant.Rewrite
-
     Build-Depends:
         SHA  == 1.5.*,
         syb  == 0.3.*,