X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=41ea3678a31750bbf4bfdd7febc7463213836bb2;hb=b444493e17ad49d60464bb5cf02898bd9198af3c;hp=a66b4a75742e23d5df8e0fd1db4b66d62fd562a2;hpb=9681bedbfde02fa1bcda4fbbacba941378c7a57a;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index a66b4a7..41ea367 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -29,9 +29,12 @@ 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/login.js js/screen.js Flag build-test-suite @@ -41,18 +44,22 @@ Flag build-test-suite 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 + bytestring, containers, dataenc, directory, utf8-string, + filepath, hslogger, hxt, magic, mtl, network, parsec, stm, + time, unix, zlib Main-Is: Main.hs Other-Modules: + Rakka.Authorization Rakka.Environment Rakka.Page Rakka.Resource + Rakka.Resource.CheckAuth Rakka.Resource.Index Rakka.Resource.JavaScript Rakka.Resource.Object Rakka.Resource.PageEntity + Rakka.Resource.Render Rakka.Storage Rakka.Storage.DefaultPage Rakka.Storage.Repos