X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=07f3e41b73dce89d7f6435ab0cf3c0b07c310a58;hb=885faf1cabc3f79c90e1885268e2a9138b1ddefb;hp=56bb66983ed56241c84e2971fd1b569ad9588ab3;hpb=35f9c2ec3c1e81e42737c54f3f1a8230427691c6;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 56bb669..07f3e41 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -25,11 +25,15 @@ Extensions: GHC-Options: -fwarn-unused-imports Build-Depends: - base, network, unix, encoding, base64-string, hxt, Lucu + base, mtl, network, unix, encoding, Crypto, hxt, filepath, HsSVN, Lucu Exposed-Modules: Rakka.Page + Rakka.Storage + Rakka.SystemConfig Other-Modules: - Rakka.Page.Loader.DefaultPage + Rakka.Environment + Rakka.Storage.DefaultPage + Rakka.Utils Data-Files: defaultPages/Main_Page schemas/rakka-page-1.0.rng @@ -38,5 +42,7 @@ Executable: rakka Main-Is: Main.hs +Extensions: + Arrows GHC-Options: -fwarn-unused-imports \ No newline at end of file