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