]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
fa0bbe4eac2fadf8f556ea2c38366af09ee196aa
[Rakka.git] / Rakka.cabal
1 Name:          Rakka
2 Synopsis:      Wiki engine with Subversion backend
3 Description:
4     FIXME: write this
5 Version:       0.1
6 License:       PublicDomain
7 Author:        PHO <phonohawk at ps dot sakura dot ne dot jp>
8 Maintainer:    PHO <phonohawk at ps dot sakura dot ne dot jp>
9 Stability:     experimental
10 Homepage:      http://ccm.sherry.jp/Rakka/
11 Category:      Web
12 Tested-With:   GHC == 6.6.1
13 Cabal-Version: >= 1.2
14
15 Data-Files:
16     defaultPages/Feed.xml
17     defaultpages/Help/SampleImage/Large.xml
18     defaultpages/Help/SampleImage/Small.xml
19     defaultPages/Help/Syntax.xml
20     defaultPages/MainPage.xml
21     defaultPages/PageTitle.xml
22     defaultPages/SideBar/Left.xml
23     defaultPages/SideBar/Right.xml
24     defaultPages/StyleSheet/Default.xml
25     schemas/rakka-page-1.0.rng
26
27 Extra-Source-Files:
28     Rakka.buildinfo.in
29     configure
30     configure.ac
31     js/Makefile
32     js/base.js
33     js/base64.js
34     js/editPage.js
35     js/jquery-1.2.1.js
36     js/jquery-dom.js
37     js/localFile.js
38     js/login.js
39     js/screen.js
40
41 Flag build-test-suite
42     Description: Build the test suite.
43     Default:     False
44
45 Executable rakka
46     Build-Depends:
47         Crypto, FileManip, HUnit, HsHyperEstraier, HsSVN, Lucu, base,
48         bytestring, containers, dataenc, directory, utf8-string,
49         filepath, hslogger, hxt, magic, mtl, network, parsec, stm,
50         time, unix, zlib
51     Main-Is:
52         Main.hs
53     Other-Modules:
54         Rakka.Authorization
55         Rakka.Environment
56         Rakka.Page
57         Rakka.Resource
58         Rakka.Resource.CheckAuth
59         Rakka.Resource.Index
60         Rakka.Resource.JavaScript
61         Rakka.Resource.Object
62         Rakka.Resource.PageEntity
63         Rakka.Resource.Render
64         Rakka.Storage
65         Rakka.Storage.DefaultPage
66         Rakka.Storage.Repos
67         Rakka.Storage.Types
68         Rakka.Storage.Impl
69         Rakka.SystemConfig
70         Rakka.Utils
71         Rakka.Validation
72         Rakka.W3CDateTime
73         Rakka.Wiki
74         Rakka.Wiki.Interpreter
75         Rakka.Wiki.Interpreter.Base
76         Rakka.Wiki.Interpreter.Image
77         Rakka.Wiki.Interpreter.PageList
78         Rakka.Wiki.Interpreter.Trackback
79         Rakka.Wiki.Interpreter.Outline
80         Rakka.Wiki.Engine
81         Rakka.Wiki.Formatter
82         Rakka.Wiki.Parser
83     Extensions:
84         Arrows, ExistentialQuantification, ScopedTypeVariables
85     GHC-Options:
86         -Wall -XDeriveDataTypeable
87
88 Executable RakkaUnitTest
89     if flag(build-test-suite)
90         Buildable: True
91     else
92         Buildable: False
93     Main-Is:
94         RakkaUnitTest.hs
95     Hs-Source-Dirs:
96         ., tests
97     Other-Modules:
98         WikiParserTest
99     Extensions:
100         Arrows
101     GHC-Options:
102         -Wall -Werror