X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=495148ebe58c7f5811da583fb7a44f8cf97ba4d8;hb=2ad43b49ecc25bdf87dd19037fd63c12428992ae;hp=31c443aa47ff9624b91fe718e45f19b5782bc28f;hpb=8a7556db44cd91ac0bb52279472bcc2abaa3f18e;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 31c443a..495148e 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -25,23 +25,24 @@ 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 Rakka.SystemConfig Rakka.Wiki + Rakka.Wiki.Interpreter Other-Modules: - Rakka.Environment Rakka.Storage.DefaultPage Rakka.Utils - Rakka.Wiki.Engine - Rakka.Wiki.Formatter - Rakka.Wiki.Parser Data-Files: - defaultPages/Main_Page + defaultPages/Help/Syntax + defaultPages/MainPage + defaultPages/StyleSheet/Default schemas/rakka-page-1.0.rng + Executable: rakka Main-Is: @@ -49,4 +50,12 @@ Main-Is: Extensions: Arrows GHC-Options: - -fwarn-unused-imports \ No newline at end of file + -fwarn-unused-imports + + +Executable: + RakkaUnitTest +Main-Is: + tests/RakkaUnitTest.hs +Hs-Source-Dirs: + tests