]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
Implemented findAllPagesInRevision
[Rakka.git] / Rakka.cabal
index 2a232275155ca8d052b1b3e33195a0fe26c85cd7..d54dfd837f660e564b0428af714af312003237c5 100644 (file)
@@ -55,10 +55,13 @@ Executable rakka
         Rakka.Resource.PageEntity
         Rakka.Storage
         Rakka.Storage.DefaultPage
+        Rakka.Storage.Repos
         Rakka.Storage.Types
         Rakka.Storage.Impl
         Rakka.SystemConfig
         Rakka.Utils
+        Rakka.Validation
+        Rakka.W3CDateTime
         Rakka.Wiki
         Rakka.Wiki.Interpreter
         Rakka.Wiki.Interpreter.Base
@@ -72,7 +75,7 @@ Executable rakka
     Extensions:
         Arrows, ExistentialQuantification, ScopedTypeVariables
     GHC-Options:
-        -Wall -Werror -XDeriveDataTypeable
+        -Wall -XDeriveDataTypeable
 
 Executable RakkaUnitTest
     if flag(build-test-suite)