]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
wrote more...
[Rakka.git] / Rakka.cabal
index 31c443aa47ff9624b91fe718e45f19b5782bc28f..ac736efb0e838a844013d1f5c85366c73aaa3856 100644 (file)
@@ -25,7 +25,8 @@ Extensions:
 GHC-Options:
     -fwarn-unused-imports
 Build-Depends:
-    Crypto, HsSVN, Lucu, base, encoding, filepath, hxt, mtl, network, parsec, unix
+    Crypto, HUnit, HsSVN, Lucu, base, encoding, filepath, hxt, mtl,
+    network, parsec, unix
 Exposed-Modules:
     Rakka.Page
     Rakka.Storage
@@ -42,6 +43,7 @@ Data-Files:
     defaultPages/Main_Page
     schemas/rakka-page-1.0.rng
 
+
 Executable:
     rakka
 Main-Is:
@@ -49,4 +51,12 @@ Main-Is:
 Extensions:
     Arrows
 GHC-Options:
-    -fwarn-unused-imports
\ No newline at end of file
+    -fwarn-unused-imports
+
+
+Executable:
+    RakkaUnitTest
+Main-Is:
+    test/RakkaUnitTest.hs
+Hs-Source-Dirs:
+    test