]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
Resurrection from bitrot
[Rakka.git] / Rakka.cabal
index 66117ced4b5f5f8d2c7889578dea4281cb42f094..6345b450638b255d7b7be49c7870d50727d388d5 100644 (file)
@@ -61,12 +61,20 @@ Flag build-test-suite
 
 Executable rakka
     Build-Depends:
-        FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >=
+        base-unicode-symbols == 0.2.*,
+        case-insensitive     == 0.4.*,
+        filemanip            == 0.3.*,
+        text                 == 0.11.*,
+        hxt-relaxng          == 9.1.*,
+        time-http            == 0.1.*,
+        HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >=
         0.3.2, Lucu, base, bytestring, containers, dataenc, directory,
         utf8-string, filepath, hslogger, hxt, hxt-xpath, magic, mtl,
         network, parsec, stm, time, unix, zlib
+
     Main-Is:
         Main.hs
+
     Other-Modules:
         Rakka.Attachment
         Rakka.Authorization
@@ -104,9 +112,7 @@ Executable rakka
         Rakka.Wiki.Engine
         Rakka.Wiki.Formatter
         Rakka.Wiki.Parser
-    Extensions:
-        Arrows, ExistentialQuantification, ScopedTypeVariables,
-        DeriveDataTypeable, FlexibleInstances
+
     GHC-Options:
         -Wall -threaded
 
@@ -121,7 +127,5 @@ Executable RakkaUnitTest
         ., tests
     Other-Modules:
         WikiParserTest
-    Extensions:
-        Arrows
     GHC-Options:
         -Wall -Werror