]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Still in early development...
[Rakka.git] / Rakka.cabal
1 Name:
2     Rakka
3 Synopsis:
4     Wiki engine with Subversion backend
5 Description:
6     FIXME: write this
7 Version:
8     0.1
9 License:
10     PublicDomain
11 Author:
12     PHO <phonohawk at ps dot sakura dot ne dot jp>
13 Maintainer:
14     PHO <phonohawk at ps dot sakura dot ne dot jp>
15 Stability:
16     experimental
17 Homepage: 
18     http://ccm.sherry.jp/Rakka/
19 Category:
20     Web
21 Tested-With:
22     GHC == 6.6.1
23 Extensions:
24     Arrows
25 GHC-Options:
26     -fwarn-unused-imports
27 Build-Depends:
28     base, network, unix, encoding, base64-string, hxt, HsSVN, Lucu
29 Exposed-Modules:
30     Rakka.Page
31     Rakka.Storage
32 Other-Modules:
33     Rakka.Environment
34     Rakka.Storage.DefaultPage
35     Rakka.Utils
36 Data-Files:
37     defaultPages/Main_Page
38     schemas/rakka-page-1.0.rng
39
40 Executable:
41     rakka
42 Main-Is:
43     Main.hs
44 Extensions:
45     Arrows
46 GHC-Options:
47     -fwarn-unused-imports