]> gitweb @ CieloNegro.org - Rakka.git/blob - Rakka.cabal
Farewell the dream of plug-in system... It's way too hard to implement nicely. Many...
[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, HUnit, HsSVN, Lucu, base, encoding, filepath, hslogger,
25     hxt, mtl, network, parsec, stm, unix
26 Data-Files:
27     defaultpages/Help/SampleImage/Large
28     defaultpages/Help/SampleImage/Small
29     defaultPages/Help/Syntax
30     defaultPages/MainPage
31     defaultPages/PageTitle
32     defaultPages/SideBar/Left
33     defaultPages/SideBar/Right
34     defaultPages/StyleSheet/Default
35     schemas/rakka-page-1.0.rng
36
37
38 Executable:
39     rakka
40 Main-Is:
41     Main.hs
42 Other-Modules:
43     Rakka.Environment
44     Rakka.Page
45     Rakka.Plugin
46     Rakka.Resource
47     Rakka.Resource.Index
48     Rakka.Resource.Object
49     Rakka.Resource.Render
50     Rakka.Storage
51     Rakka.Storage.DefaultPage
52     Rakka.SystemConfig
53     Rakka.Utils
54     Rakka.Wiki
55     Rakka.Wiki.Interpreter
56     Rakka.Wiki.Interpreter.Base
57     Rakka.Wiki.Interpreter.Image
58     Rakka.Wiki.Interpreter.Outline
59     Rakka.Wiki.Engine
60     Rakka.Wiki.Formatter
61     Rakka.Wiki.Parser
62 Extensions:
63     Arrows
64 GHC-Options:
65     -fwarn-unused-imports -fglasgow-exts
66
67
68 Executable:
69     RakkaUnitTest
70 Main-Is:
71     RakkaUnitTest.hs
72 Hs-Source-Dirs:
73     tests
74 Other-Modules:
75     WikiParserTest
76 GHC-Options:
77     -fwarn-unused-imports -fglasgow-exts