]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
wrote more code...
[Rakka.git] / Rakka.cabal
index 56bb66983ed56241c84e2971fd1b569ad9588ab3..31c443aa47ff9624b91fe718e45f19b5782bc28f 100644 (file)
@@ -25,11 +25,19 @@ Extensions:
 GHC-Options:
     -fwarn-unused-imports
 Build-Depends:
-    base, network, unix, encoding, base64-string, hxt, Lucu
+    Crypto, HsSVN, Lucu, base, encoding, filepath, hxt, mtl, network, parsec, unix
 Exposed-Modules:
     Rakka.Page
+    Rakka.Storage
+    Rakka.SystemConfig
+    Rakka.Wiki
 Other-Modules:
-    Rakka.Page.Loader.DefaultPage
+    Rakka.Environment
+    Rakka.Storage.DefaultPage
+    Rakka.Utils
+    Rakka.Wiki.Engine
+    Rakka.Wiki.Formatter
+    Rakka.Wiki.Parser
 Data-Files:
     defaultPages/Main_Page
     schemas/rakka-page-1.0.rng
@@ -38,5 +46,7 @@ Executable:
     rakka
 Main-Is:
     Main.hs
+Extensions:
+    Arrows
 GHC-Options:
     -fwarn-unused-imports
\ No newline at end of file