X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Lucu.cabal;h=4ff675df0ef1f5f871b49a8692e1fe0f7e624652;hp=8c315207237b50fbb7713dcc219d48947e1a8ec5;hb=40c0d61e88920807a91b8f3c4419b08032988d76;hpb=854f6d1709d468f7e1bf0db2dcd2d30de6bd5f5e diff --git a/Lucu.cabal b/Lucu.cabal index 8c31520..4ff675d 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -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