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