X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=17da185be9cc33f76b2e617319cb9fef7cac8b02;hb=9f49e3384f1925d295355e5f60e94a8ca95039ea;hp=1551208aaaede96ec9c74d386f20fff2e4c6c29d;hpb=02cf9c5f184e1ee977479fa43cadce79f8f93d09;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 1551208..17da185 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -29,9 +29,11 @@ Extra-Source-Files: configure.ac js/Makefile js/base.js + js/base64.js js/editPage.js js/jquery-1.2.1.js js/jquery-dom.js + js/localFile.js js/screen.js Flag build-test-suite @@ -42,10 +44,12 @@ Executable rakka Build-Depends: Crypto, FileManip, HUnit, HsHyperEstraier, HsSVN, Lucu, base, bytestring, containers, directory, utf8-string, filepath, - hslogger, hxt, mtl, network, parsec, stm, time, unix, zlib + hslogger, hxt, magic, mtl, network, parsec, stm, time, unix, + zlib Main-Is: Main.hs Other-Modules: + Rakka.Authorization Rakka.Environment Rakka.Page Rakka.Resource @@ -53,6 +57,7 @@ Executable rakka Rakka.Resource.JavaScript Rakka.Resource.Object Rakka.Resource.PageEntity + Rakka.Resource.Render Rakka.Storage Rakka.Storage.DefaultPage Rakka.Storage.Repos @@ -88,5 +93,7 @@ Executable RakkaUnitTest ., tests Other-Modules: WikiParserTest + Extensions: + Arrows GHC-Options: -Wall -Werror \ No newline at end of file