]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
basic authorization support
[Rakka.git] / Rakka.cabal
index 1551208aaaede96ec9c74d386f20fff2e4c6c29d..228f1a0a6c8dedf99a11c2d315a36a7433c8a86b 100644 (file)
@@ -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,17 +45,21 @@ 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
         Rakka.Resource.PageEntity
+        Rakka.Resource.Render
         Rakka.Storage
         Rakka.Storage.DefaultPage
         Rakka.Storage.Repos
@@ -88,5 +95,7 @@ Executable RakkaUnitTest
         ., tests
     Other-Modules:
         WikiParserTest
+    Extensions:
+        Arrows
     GHC-Options:
         -Wall -Werror
\ No newline at end of file