]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
preparation for feed generation
[Rakka.git] / Rakka.cabal
index afca2002dff8e3b48e209d37c8fc03ea48ce1d2e..fa0bbe4eac2fadf8f556ea2c38366af09ee196aa 100644 (file)
@@ -13,6 +13,7 @@ Tested-With:   GHC == 6.6.1
 Cabal-Version: >= 1.2
 
 Data-Files:
+    defaultPages/Feed.xml
     defaultpages/Help/SampleImage/Large.xml
     defaultpages/Help/SampleImage/Small.xml
     defaultPages/Help/Syntax.xml
@@ -29,9 +30,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,15 +45,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