X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=Rakka.cabal;h=d16fd387931012395564476b822bbe082181c282;hp=ee1f885acc5b000666e1ccea83261c3299367a8e;hb=e85b652169f502cffe1f6f7f927d8990e9c11499;hpb=d843e97aa04278677eaede4e50ef680af32867e7 diff --git a/Rakka.cabal b/Rakka.cabal index ee1f885..d16fd38 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -59,6 +59,7 @@ Executable rakka Main-Is: Main.hs Other-Modules: + Rakka.Attachment Rakka.Authorization Rakka.Environment Rakka.Page @@ -76,6 +77,7 @@ Executable rakka Rakka.Storage.Types Rakka.Storage.Impl Rakka.SystemConfig + Rakka.TrackBack Rakka.Utils Rakka.Validation Rakka.W3CDateTime @@ -90,17 +92,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)