]> gitweb @ CieloNegro.org - Lucu.git/blob - Lucu.cabal
Many improvements
[Lucu.git] / Lucu.cabal
1 Name: Lucu
2 Synopsis: HTTP Daemon Library
3 Version: 0
4 License: PublicDomain
5 Author: PHO
6 Homepage: http://ccm.sherry.jp/
7 Category: Incomplete
8 Build-Depends:
9          base, mtl, network, stm, parsec, hxt
10 Exposed-Modules:
11         Network.HTTP.Lucu.Config
12         Network.HTTP.Lucu.Headers
13         Network.HTTP.Lucu.Httpd
14         Network.HTTP.Lucu.HttpVersion
15         Network.HTTP.Lucu.Response
16         Network.HTTP.Lucu.Resource
17         Network.HTTP.Lucu.Request
18 ghc-options: -threaded
19
20 Executable: HelloWorld
21 Main-Is: HelloWorld.hs
22 Hs-Source-Dirs: ., examples
23 ghc-options: -threaded