]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Slightly improved something...
[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/Help/SampleImage/Large
17     defaultpages/Help/SampleImage/Small
18     defaultPages/Help/Syntax
19     defaultPages/MainPage
20     defaultPages/PageTitle
21     defaultPages/SideBar/Left
22     defaultPages/SideBar/Right
23     defaultPages/StyleSheet/Default
24     schemas/rakka-page-1.0.rng
25
26 Extra-Source-Files:
27     Rakka.buildinfo.in
28     configure
29     configure.ac
30     js/Makefile
31     js/base.js
32     js/editPage.js
33     js/jquery-1.2.1.js
34     js/jquery-dom.js
35     js/screen.js
36
37 Flag build-test-suite
38     Description: Build the test suite.
39     Default:     False
40
41 Executable rakka
42     Build-Depends:
43         Crypto, FileManip, HUnit, HsHyperEstraier, HsSVN, Lucu, base,
44         bytestring, containers, directory, utf8-string, filepath,
45         hslogger, hxt, mtl, network, parsec, stm, time, unix, zlib
46     Main-Is:
47         Main.hs
48     Other-Modules:
49         Rakka.Environment
50         Rakka.Page
51         Rakka.Resource
52         Rakka.Resource.Index
53         Rakka.Resource.JavaScript
54         Rakka.Resource.Object
55         Rakka.Resource.PageEntity
56         Rakka.Storage
57         Rakka.Storage.DefaultPage
58         Rakka.Storage.Types
59         Rakka.Storage.Impl
60         Rakka.SystemConfig
61         Rakka.Utils
62         Rakka.Validation
63         Rakka.Wiki
64         Rakka.Wiki.Interpreter
65         Rakka.Wiki.Interpreter.Base
66         Rakka.Wiki.Interpreter.Image
67         Rakka.Wiki.Interpreter.PageList
68         Rakka.Wiki.Interpreter.Trackback
69         Rakka.Wiki.Interpreter.Outline
70         Rakka.Wiki.Engine
71         Rakka.Wiki.Formatter
72         Rakka.Wiki.Parser
73     Extensions:
74         Arrows, ExistentialQuantification, ScopedTypeVariables
75     GHC-Options:
76         -Wall -XDeriveDataTypeable
77
78 Executable RakkaUnitTest
79     if flag(build-test-suite)
80         Buildable: True
81     else
82         Buildable: False
83     Main-Is:
84         RakkaUnitTest.hs
85     Hs-Source-Dirs:
86         ., tests
87     Other-Modules:
88         WikiParserTest
89     GHC-Options:
90         -Wall -Werror