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