X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=d9f9b0a81ce0dc6971d0a873e1bdd7fbe2979e20;hb=8d621fced0d1b3f66d38b16cd732fd2342622c5d;hp=ee1f885acc5b000666e1ccea83261c3299367a8e;hpb=d843e97aa04278677eaede4e50ef680af32867e7;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index ee1f885..d9f9b0a 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -37,6 +37,8 @@ Extra-Source-Files: js/localFile.js js/login.js js/screen.js + js/search.js + js/uri.js Flag build-test-suite Description: Build the test suite. @@ -59,6 +61,7 @@ Executable rakka Main-Is: Main.hs Other-Modules: + Rakka.Attachment Rakka.Authorization Rakka.Environment Rakka.Page @@ -69,6 +72,7 @@ Executable rakka Rakka.Resource.Object Rakka.Resource.PageEntity Rakka.Resource.Render + Rakka.Resource.Search Rakka.Resource.TrackBack Rakka.Storage Rakka.Storage.DefaultPage @@ -76,6 +80,7 @@ Executable rakka Rakka.Storage.Types Rakka.Storage.Impl Rakka.SystemConfig + Rakka.TrackBack Rakka.Utils Rakka.Validation Rakka.W3CDateTime @@ -90,17 +95,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)