]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Lucu.cabal
Network.HTTP.Lucu
[Lucu.git] / Lucu.cabal
index 8c315207237b50fbb7713dcc219d48947e1a8ec5..4ff675df0ef1f5f871b49a8692e1fe0f7e624652 100644 (file)
@@ -1,5 +1,5 @@
 Name: Lucu
-Synopsis: HTTP Daemon Library
+Synopsis: HTTP Daemonic Library
 Version: 0.1
 License: PublicDomain
 Author: PHO
@@ -8,6 +8,7 @@ Category: Incomplete
 Build-Depends:
          base, mtl, network, stm, parsec, 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: -threaded -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
\ No newline at end of file