X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=228f1a0a6c8dedf99a11c2d315a36a7433c8a86b;hb=89c3c6ff37517012b5a799014c5a6d05d3e2e902;hp=08df4155f09c26245f7e11af1a82a9e37ad359cc;hpb=71f2db55513679098869de2122b5d5989dbc2be2;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 08df415..228f1a0 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 @@ -42,13 +45,16 @@ 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 + Rakka.Resource.CheckAuth Rakka.Resource.Index Rakka.Resource.JavaScript Rakka.Resource.Object