]> gitweb @ CieloNegro.org - Rakka.git/commitdiff
Require HsSVN 0.3.2
authorpho <pho@cielonegro.org>
Fri, 28 Mar 2008 16:03:30 +0000 (01:03 +0900)
committerpho <pho@cielonegro.org>
Fri, 28 Mar 2008 16:03:30 +0000 (01:03 +0900)
darcs-hash:20080328160330-62b54-ad7808b0ebf60140a578043fe229b8faf7b7ee7e.gz

Rakka.cabal

index 384a3e94085923c9780e6e9f48476f9fe58ef282..812b26d82f3559d18b74be8d6cefca5170194fec 100644 (file)
@@ -59,7 +59,7 @@ Flag hardest-optimization
 Executable rakka
     Build-Depends:
         FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >=
 Executable rakka
     Build-Depends:
         FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >=
-        0.3.1, Lucu, base, bytestring, containers, dataenc, directory,
+        0.3.2, Lucu, base, bytestring, containers, dataenc, directory,
         utf8-string, filepath, hslogger, hxt, magic, mtl, network,
         parsec, stm, time, unix, zlib
     Main-Is:
         utf8-string, filepath, hslogger, hxt, magic, mtl, network,
         parsec, stm, time, unix, zlib
     Main-Is:
@@ -108,10 +108,10 @@ Executable rakka
     else
         if flag(hardest-optimization)
             GHC-Options:
     else
         if flag(hardest-optimization)
             GHC-Options:
-                -Wall -O2 -fvia-C -funbox-strict-fields
+                -Wall -O2 -fvia-C -funbox-strict-fields -threaded
         else
             GHC-Options:
         else
             GHC-Options:
-                -Wall
+                -Wall -threaded
 
 Executable RakkaUnitTest
     if flag(build-test-suite)
 
 Executable RakkaUnitTest
     if flag(build-test-suite)