]> 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, 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     js/Makefile
42     js/base.js
43     js/editPage.js
44     js/jquery-1.2.1.js
45     js/jquery-dom.js
46     js/screen.js
47
48
49 Executable:
50     rakka
51 Main-Is:
52     Main.hs
53 Other-Modules:
54     Rakka.Environment
55     Rakka.Page
56     Rakka.Resource
57     Rakka.Resource.Index
58     Rakka.Resource.JavaScript
59     Rakka.Resource.Object
60     Rakka.Resource.PageEntity
61     Rakka.Storage
62     Rakka.Storage.DefaultPage
63     Rakka.Storage.Types
64     Rakka.Storage.Impl
65     Rakka.SystemConfig
66     Rakka.Utils
67     Rakka.Wiki
68     Rakka.Wiki.Interpreter
69     Rakka.Wiki.Interpreter.Base
70     Rakka.Wiki.Interpreter.Image
71     Rakka.Wiki.Interpreter.PageList
72     Rakka.Wiki.Interpreter.Trackback
73     Rakka.Wiki.Interpreter.Outline
74     Rakka.Wiki.Engine
75     Rakka.Wiki.Formatter
76     Rakka.Wiki.Parser
77 Extensions:
78     Arrows, ExistentialQuantification
79 GHC-Options:
80     -fwarn-unused-imports -fglasgow-exts
81
82
83 Executable:
84     RakkaUnitTest
85 Main-Is:
86     RakkaUnitTest.hs
87 Hs-Source-Dirs:
88     tests
89 Other-Modules:
90     WikiParserTest
91 GHC-Options:
92     -fwarn-unused-imports -fglasgow-exts