]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
wrote more code...
[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     Crypto, HsSVN, Lucu, base, encoding, filepath, hxt, mtl, network, parsec, unix
29 Exposed-Modules:
30     Rakka.Page
31     Rakka.Storage
32     Rakka.SystemConfig
33     Rakka.Wiki
34 Other-Modules:
35     Rakka.Environment
36     Rakka.Storage.DefaultPage
37     Rakka.Utils
38     Rakka.Wiki.Engine
39     Rakka.Wiki.Formatter
40     Rakka.Wiki.Parser
41 Data-Files:
42     defaultPages/Main_Page
43     schemas/rakka-page-1.0.rng
44
45 Executable:
46     rakka
47 Main-Is:
48     Main.hs
49 Extensions:
50     Arrows
51 GHC-Options:
52     -fwarn-unused-imports