]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Implemented the outline command
[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, hxt, mtl,
29     network, parsec, stm, 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/PageTitle
45     defaultPages/SideBar/Left
46     defaultPages/SideBar/Right
47     defaultPages/StyleSheet/Default
48     schemas/rakka-page-1.0.rng
49
50
51 Executable:
52     rakka
53 Main-Is:
54     Main.hs
55 Other-Modules:
56     Rakka.Environment
57     Rakka.Resource
58     Rakka.Resource.Index
59     Rakka.Resource.Object
60     Rakka.Resource.Render
61     Rakka.Wiki.Interpreter.Base
62     Rakka.Wiki.Interpreter.Base.Image
63     Rakka.Wiki.Interpreter.Base.Outline
64     Rakka.Wiki.Engine
65     Rakka.Wiki.Formatter
66     Rakka.Wiki.Parser
67 Extensions:
68     Arrows
69 GHC-Options:
70     -fwarn-unused-imports -fglasgow-exts
71
72
73 Executable:
74     RakkaUnitTest
75 Main-Is:
76     RakkaUnitTest.hs
77 Hs-Source-Dirs:
78     tests
79 Other-Modules:
80     WikiParserTest
81 GHC-Options:
82     -fwarn-unused-imports -fglasgow-exts