X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=41ea3678a31750bbf4bfdd7febc7463213836bb2;hb=b444493e17ad49d60464bb5cf02898bd9198af3c;hp=f6da68d152cb404cbe9e103e4d257958f4cd18c9;hpb=d128bc12ae9f763c37941122bf2e163517810bba;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index f6da68d..41ea367 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -34,6 +34,7 @@ Extra-Source-Files: js/jquery-1.2.1.js js/jquery-dom.js js/localFile.js + js/login.js js/screen.js Flag build-test-suite @@ -43,15 +44,17 @@ Flag build-test-suite Executable rakka Build-Depends: Crypto, FileManip, HUnit, HsHyperEstraier, HsSVN, Lucu, base, - bytestring, containers, directory, utf8-string, filepath, - hslogger, hxt, magic, 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