]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
wrote Loader.DefaultPage but not tested yet
[Rakka.git] / Rakka.cabal
index a1c8a7181a8c3d9b082385058a08d14ea2f8a272..56bb66983ed56241c84e2971fd1b569ad9588ab3 100644 (file)
@@ -20,8 +20,16 @@ Category:
     Web
 Tested-With:
     GHC == 6.6.1
+Extensions:
+    Arrows
+GHC-Options:
+    -fwarn-unused-imports
 Build-Depends:
-    base, network, unix, Lucu
+    base, network, unix, encoding, base64-string, hxt, Lucu
+Exposed-Modules:
+    Rakka.Page
+Other-Modules:
+    Rakka.Page.Loader.DefaultPage
 Data-Files:
     defaultPages/Main_Page
     schemas/rakka-page-1.0.rng
@@ -30,3 +38,5 @@ Executable:
     rakka
 Main-Is:
     Main.hs
+GHC-Options:
+    -fwarn-unused-imports
\ No newline at end of file