X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=859d3054ad7c64c91ef4afbad073da4318f9af4b;hb=4608e8de5f9d72f12055494467283b4dea2faeb5;hp=495148ebe58c7f5811da583fb7a44f8cf97ba4d8;hpb=2ad43b49ecc25bdf87dd19037fd63c12428992ae;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 495148e..859d305 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -31,12 +31,14 @@ Exposed-Modules: Rakka.Page Rakka.Storage Rakka.SystemConfig + Rakka.Utils Rakka.Wiki Rakka.Wiki.Interpreter Other-Modules: Rakka.Storage.DefaultPage - Rakka.Utils Data-Files: + defaultpages/Help/SampleImage/Large + defaultpages/Help/SampleImage/Small defaultPages/Help/Syntax defaultPages/MainPage defaultPages/StyleSheet/Default @@ -47,6 +49,17 @@ Executable: rakka Main-Is: Main.hs +Other-Modules: + Rakka.Environment + Rakka.Resource + Rakka.Resource.Index + Rakka.Resource.Object + Rakka.Resource.Render + Rakka.Wiki.Interpreter.Base + Rakka.Wiki.Interpreter.Base.Image + Rakka.Wiki.Engine + Rakka.Wiki.Formatter + Rakka.Wiki.Parser Extensions: Arrows GHC-Options: @@ -56,6 +69,8 @@ GHC-Options: Executable: RakkaUnitTest Main-Is: - tests/RakkaUnitTest.hs + RakkaUnitTest.hs Hs-Source-Dirs: tests +Other-Modules: + WikiParserTest \ No newline at end of file