]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
Record before an experiment
[Rakka.git] / Rakka.cabal
index ac736efb0e838a844013d1f5c85366c73aaa3856..859d3054ad7c64c91ef4afbad073da4318f9af4b 100644 (file)
@@ -31,16 +31,17 @@ Exposed-Modules:
     Rakka.Page
     Rakka.Storage
     Rakka.SystemConfig
+    Rakka.Utils
     Rakka.Wiki
+    Rakka.Wiki.Interpreter
 Other-Modules:
-    Rakka.Environment
     Rakka.Storage.DefaultPage
-    Rakka.Utils
-    Rakka.Wiki.Engine
-    Rakka.Wiki.Formatter
-    Rakka.Wiki.Parser
 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
 
 
@@ -48,6 +49,17 @@ 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:
@@ -57,6 +69,8 @@ GHC-Options:
 Executable:
     RakkaUnitTest
 Main-Is:
-    test/RakkaUnitTest.hs
+    RakkaUnitTest.hs
 Hs-Source-Dirs:
-    test
+    tests
+Other-Modules:
+    WikiParserTest
\ No newline at end of file