]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
The big change
[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, zlib
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 Extra-Source-Files:
38     Rakka.buildinfo.in
39     configure
40     configure.ac
41
42
43 Executable:
44     rakka
45 Main-Is:
46     Main.hs
47 Other-Modules:
48     Rakka.Environment
49     Rakka.Page
50     Rakka.Resource
51     Rakka.Resource.Index
52     Rakka.Resource.JavaScript
53     Rakka.Resource.Object
54     Rakka.Resource.PageEntity
55     Rakka.Storage
56     Rakka.Storage.DefaultPage
57     Rakka.Storage.Types
58     Rakka.Storage.Impl
59     Rakka.SystemConfig
60     Rakka.Utils
61     Rakka.Wiki
62     Rakka.Wiki.Interpreter
63     Rakka.Wiki.Interpreter.Base
64     Rakka.Wiki.Interpreter.Image
65     Rakka.Wiki.Interpreter.PageList
66     Rakka.Wiki.Interpreter.Trackback
67     Rakka.Wiki.Interpreter.Outline
68     Rakka.Wiki.Engine
69     Rakka.Wiki.Formatter
70     Rakka.Wiki.Parser
71 Extensions:
72     Arrows, ExistentialQuantification
73 GHC-Options:
74     -fwarn-unused-imports -fglasgow-exts
75
76
77 Executable:
78     RakkaUnitTest
79 Main-Is:
80     RakkaUnitTest.hs
81 Hs-Source-Dirs:
82     tests
83 Other-Modules:
84     WikiParserTest
85 GHC-Options:
86     -fwarn-unused-imports -fglasgow-exts