]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Wrote more
[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.SystemConfig
53     Rakka.Utils
54     Rakka.Wiki
55     Rakka.Wiki.Interpreter
56     Rakka.Wiki.Interpreter.Base
57     Rakka.Wiki.Interpreter.Image
58     Rakka.Wiki.Interpreter.Trackback
59     Rakka.Wiki.Interpreter.Outline
60     Rakka.Wiki.Engine
61     Rakka.Wiki.Formatter
62     Rakka.Wiki.Parser
63 Extensions:
64     Arrows, ExistentialQuantification
65 GHC-Options:
66     -fwarn-unused-imports -fglasgow-exts
67
68
69 Executable:
70     RakkaUnitTest
71 Main-Is:
72     RakkaUnitTest.hs
73 Hs-Source-Dirs:
74     tests
75 Other-Modules:
76     WikiParserTest
77 GHC-Options:
78     -fwarn-unused-imports -fglasgow-exts