]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Documentation
[Lucu.git] / Lucu.cabal
index 8c315207237b50fbb7713dcc219d48947e1a8ec5..53bfa97ef5de4447fc6765c144709be7ece1a230 100644 (file)
@@ -1,13 +1,14 @@
 Name: Lucu
-Synopsis: HTTP Daemon Library
+Synopsis: HTTP Daemonic Library
 Version: 0.1
 License: PublicDomain
 Author: PHO
 Homepage: http://ccm.sherry.jp/
 Category: Incomplete
 Build-Depends:
-         base, mtl, network, stm, parsec, hxt, haskell-src, unix
+         base, mtl, network, stm, hxt, haskell-src, unix
 Exposed-Modules:
+        Network.HTTP.Lucu
         Network.HTTP.Lucu.Abortion
         Network.HTTP.Lucu.Chunk
         Network.HTTP.Lucu.Config
@@ -33,9 +34,9 @@ Exposed-Modules:
         Network.HTTP.Lucu.ResponseWriter
         Network.HTTP.Lucu.StaticFile
         Network.HTTP.Lucu.Utils
-ghc-options: -threaded -fglasgow-exts
+ghc-options: -fglasgow-exts -O3
 
-Executable: HelloWorld
-Main-Is: HelloWorld.hs
-Hs-Source-Dirs: ., examples
-ghc-options: -threaded -fglasgow-exts
\ No newline at end of file
+--Executable: HelloWorld
+--Main-Is: HelloWorld.hs
+--Hs-Source-Dirs: ., examples
+--ghc-options: -threaded -fglasgow-exts -O3
\ No newline at end of file