]> gitweb @ CieloNegro.org - Lucu.git/blob - Lucu.cabal
staticFile
[Lucu.git] / Lucu.cabal
1 Name: Lucu
2 Synopsis: HTTP Daemon Library
3 Version: 0.1
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, haskell-src, unix
10 Exposed-Modules:
11         Network.HTTP.Lucu.Abortion
12         Network.HTTP.Lucu.Chunk
13         Network.HTTP.Lucu.Config
14         Network.HTTP.Lucu.DefaultPage
15         Network.HTTP.Lucu.ETag
16         Network.HTTP.Lucu.Headers
17         Network.HTTP.Lucu.HttpVersion
18         Network.HTTP.Lucu.Httpd
19         Network.HTTP.Lucu.Interaction
20         Network.HTTP.Lucu.MIMEType
21         Network.HTTP.Lucu.MIMEType.DefaultExtensionMap
22         Network.HTTP.Lucu.MIMEType.Guess
23         Network.HTTP.Lucu.Parser
24         Network.HTTP.Lucu.Parser.Http
25         Network.HTTP.Lucu.Postprocess
26         Network.HTTP.Lucu.Preprocess
27         Network.HTTP.Lucu.RFC1123DateTime
28         Network.HTTP.Lucu.Request
29         Network.HTTP.Lucu.RequestReader
30         Network.HTTP.Lucu.Resource
31         Network.HTTP.Lucu.Resource.Tree
32         Network.HTTP.Lucu.Response
33         Network.HTTP.Lucu.ResponseWriter
34         Network.HTTP.Lucu.StaticFile
35         Network.HTTP.Lucu.Utils
36 ghc-options: -threaded -fglasgow-exts
37
38 Executable: HelloWorld
39 Main-Is: HelloWorld.hs
40 Hs-Source-Dirs: ., examples
41 ghc-options: -threaded -fglasgow-exts