]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Record before an experiment
[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, HUnit, HsSVN, Lucu, base, encoding, filepath, hxt, mtl,
29     network, parsec, unix
30 Exposed-Modules:
31     Rakka.Page
32     Rakka.Storage
33     Rakka.SystemConfig
34     Rakka.Utils
35     Rakka.Wiki
36     Rakka.Wiki.Interpreter
37 Other-Modules:
38     Rakka.Storage.DefaultPage
39 Data-Files:
40     defaultpages/Help/SampleImage/Large
41     defaultpages/Help/SampleImage/Small
42     defaultPages/Help/Syntax
43     defaultPages/MainPage
44     defaultPages/StyleSheet/Default
45     schemas/rakka-page-1.0.rng
46
47
48 Executable:
49     rakka
50 Main-Is:
51     Main.hs
52 Other-Modules:
53     Rakka.Environment
54     Rakka.Resource
55     Rakka.Resource.Index
56     Rakka.Resource.Object
57     Rakka.Resource.Render
58     Rakka.Wiki.Interpreter.Base
59     Rakka.Wiki.Interpreter.Base.Image
60     Rakka.Wiki.Engine
61     Rakka.Wiki.Formatter
62     Rakka.Wiki.Parser
63 Extensions:
64     Arrows
65 GHC-Options:
66     -fwarn-unused-imports
67
68
69 Executable:
70     RakkaUnitTest
71 Main-Is:
72     RakkaUnitTest.hs
73 Hs-Source-Dirs:
74     tests
75 Other-Modules:
76     WikiParserTest