X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=14087de06a07cb6ba4a4f63d2b54ce17025b537d;hb=484e15845d9c06d0fa62044d3b6b3ff8c78a6e04;hp=ebb453155135ba9cea9d93f8946c3541089a7204;hpb=03d4363a24998cd670061fde1ea4b8db8cbc5b32;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index ebb4531..14087de 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -20,10 +20,28 @@ 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, HsSVN, Lucu +Exposed-Modules: + Rakka.Page + Rakka.Storage +Other-Modules: + Rakka.Environment + Rakka.Storage.DefaultPage + Rakka.Utils +Data-Files: + defaultPages/Main_Page + schemas/rakka-page-1.0.rng Executable: rakka Main-Is: Main.hs +Extensions: + Arrows +GHC-Options: + -fwarn-unused-imports \ No newline at end of file