]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka.cabal
Use time-w3c instead of Rakka.W3CDateTime
[Rakka.git] / Rakka.cabal
index 66117ced4b5f5f8d2c7889578dea4281cb42f094..f9cd261cc84764cc3bb2ed098f254c26e8a3c71b 100644 (file)
@@ -61,10 +61,31 @@ Flag build-test-suite
 
 Executable rakka
     Build-Depends:
-        FileManip, 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
+        FileManip,
+        HTTP,
+        HsHyperEstraier,
+        HsOpenSSL,
+        HsSVN >= 0.3.2,
+        Lucu  >= 0.5,
+        base,
+        bytestring,
+        containers,
+        dataenc,
+        directory,
+        filepath,
+        utf8-string,
+        hslogger,
+        hxt,
+        hxt-xpath,
+        magic,
+        mtl,
+        network,
+        parsec,
+        stm,
+        time,
+        time-w3c,
+        unix,
+        zlib
     Main-Is:
         Main.hs
     Other-Modules:
@@ -93,7 +114,6 @@ Executable rakka
         Rakka.TrackBack
         Rakka.Utils
         Rakka.Validation
-        Rakka.W3CDateTime
         Rakka.Wiki
         Rakka.Wiki.Interpreter
         Rakka.Wiki.Interpreter.Base
@@ -113,6 +133,7 @@ Executable rakka
 Executable RakkaUnitTest
     if flag(build-test-suite)
         Buildable: True
+        Build-Depends: HUnit
     else
         Buildable: False
     Main-Is: