]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
Record before an experiment
[Rakka.git] / Rakka.cabal
index 07f3e41b73dce89d7f6435ab0cf3c0b07c310a58..859d3054ad7c64c91ef4afbad073da4318f9af4b 100644 (file)
@@ -25,24 +25,52 @@ Extensions:
 GHC-Options:
     -fwarn-unused-imports
 Build-Depends:
-    base, mtl, network, unix, encoding, Crypto, hxt, filepath, HsSVN, Lucu
+    Crypto, HUnit, HsSVN, Lucu, base, encoding, filepath, hxt, mtl,
+    network, parsec, unix
 Exposed-Modules:
     Rakka.Page
     Rakka.Storage
     Rakka.SystemConfig
+    Rakka.Utils
+    Rakka.Wiki
+    Rakka.Wiki.Interpreter
 Other-Modules:
-    Rakka.Environment
     Rakka.Storage.DefaultPage
-    Rakka.Utils
 Data-Files:
-    defaultPages/Main_Page
+    defaultpages/Help/SampleImage/Large
+    defaultpages/Help/SampleImage/Small
+    defaultPages/Help/Syntax
+    defaultPages/MainPage
+    defaultPages/StyleSheet/Default
     schemas/rakka-page-1.0.rng
 
+
 Executable:
     rakka
 Main-Is:
     Main.hs
+Other-Modules:
+    Rakka.Environment
+    Rakka.Resource
+    Rakka.Resource.Index
+    Rakka.Resource.Object
+    Rakka.Resource.Render
+    Rakka.Wiki.Interpreter.Base
+    Rakka.Wiki.Interpreter.Base.Image
+    Rakka.Wiki.Engine
+    Rakka.Wiki.Formatter
+    Rakka.Wiki.Parser
 Extensions:
     Arrows
 GHC-Options:
-    -fwarn-unused-imports
\ No newline at end of file
+    -fwarn-unused-imports
+
+
+Executable:
+    RakkaUnitTest
+Main-Is:
+    RakkaUnitTest.hs
+Hs-Source-Dirs:
+    tests
+Other-Modules:
+    WikiParserTest
\ No newline at end of file