]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
continue working on page search
[Rakka.git] / Rakka.cabal
index ee1f885acc5b000666e1ccea83261c3299367a8e..7425209f3b9bb800dd7f5ba2abceb30334878fa6 100644 (file)
@@ -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
@@ -69,6 +71,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 +79,7 @@ Executable rakka
         Rakka.Storage.Types
         Rakka.Storage.Impl
         Rakka.SystemConfig
+        Rakka.TrackBack
         Rakka.Utils
         Rakka.Validation
         Rakka.W3CDateTime
@@ -90,17 +94,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)