X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=ac736efb0e838a844013d1f5c85366c73aaa3856;hb=1647278f9393f7382b6e8b8a5e9e14ce50aae718;hp=07f3e41b73dce89d7f6435ab0cf3c0b07c310a58;hpb=885faf1cabc3f79c90e1885268e2a9138b1ddefb;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 07f3e41..ac736ef 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -25,19 +25,25 @@ Extensions: GHC-Options: -fwarn-unused-imports Build-Depends: - base, mtl, network, unix, encoding, Crypto, hxt, filepath, HsSVN, Lucu + Crypto, HUnit, HsSVN, Lucu, base, encoding, filepath, hxt, mtl, + network, parsec, unix Exposed-Modules: Rakka.Page Rakka.Storage Rakka.SystemConfig + Rakka.Wiki Other-Modules: Rakka.Environment Rakka.Storage.DefaultPage Rakka.Utils + Rakka.Wiki.Engine + Rakka.Wiki.Formatter + Rakka.Wiki.Parser Data-Files: defaultPages/Main_Page schemas/rakka-page-1.0.rng + Executable: rakka Main-Is: @@ -45,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