X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Rakka.cabal;h=ac736efb0e838a844013d1f5c85366c73aaa3856;hb=ee964fa000ff558084db1477cc4edc3b85a39256;hp=9c173bfad43be9dd1e69f673af1caa8cb9ccd71f;hpb=03585f9c5773f6c0b59497f4f563909576c402b5;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 9c173bf..ac736ef 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -25,18 +25,25 @@ Extensions: GHC-Options: -fwarn-unused-imports Build-Depends: - base, mtl, network, unix, encoding, base64-string, hxt, 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: @@ -44,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