X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=32a2c2ae3742d7edf72268a2d1c3fcb3aea73b2a;hb=f7ff1639d50b827a8ce1e4dd3631ce300ecb3d19;hp=ee1f885acc5b000666e1ccea83261c3299367a8e;hpb=d843e97aa04278677eaede4e50ef680af32867e7;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index ee1f885..32a2c2a 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -37,6 +37,7 @@ Extra-Source-Files: js/localFile.js js/login.js js/screen.js + js/search.js Flag build-test-suite Description: Build the test suite. @@ -59,6 +60,7 @@ Executable rakka Main-Is: Main.hs Other-Modules: + Rakka.Attachment Rakka.Authorization Rakka.Environment Rakka.Page @@ -76,6 +78,7 @@ Executable rakka Rakka.Storage.Types Rakka.Storage.Impl Rakka.SystemConfig + Rakka.TrackBack Rakka.Utils Rakka.Validation Rakka.W3CDateTime @@ -90,17 +93,17 @@ Executable rakka Rakka.Wiki.Formatter Rakka.Wiki.Parser Extensions: - Arrows, ExistentialQuantification, ScopedTypeVariables + Arrows, ExistentialQuantification, ScopedTypeVariables, DeriveDataTypeable, FlexibleInstances if flag(enable-profiling) GHC-Options: - -Wall -XDeriveDataTypeable -O2 -fvia-C -prof -auto-all + -Wall -O2 -fvia-C -prof -auto-all else if flag(hardest-optimization) GHC-Options: - -Wall -XDeriveDataTypeable -O2 -fvia-C -funbox-strict-fields + -Wall -O2 -fvia-C -funbox-strict-fields else GHC-Options: - -Wall -XDeriveDataTypeable + -Wall Executable RakkaUnitTest if flag(build-test-suite)