X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Rakka.cabal;h=812b26d82f3559d18b74be8d6cefca5170194fec;hb=30608a9b61acdbb95673baf82deddf0b89ae5530;hp=0e0ed4540ee7ad49b388345a151d6f4bd36523d7;hpb=5b25efa958eac431edbcd97194ac51bb05a7c69b;p=Rakka.git diff --git a/Rakka.cabal b/Rakka.cabal index 0e0ed45..812b26d 100644 --- a/Rakka.cabal +++ b/Rakka.cabal @@ -58,8 +58,8 @@ Flag hardest-optimization Executable rakka Build-Depends: - FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN, - Lucu, base, bytestring, containers, dataenc, directory, + FileManip, HTTP, HUnit, HsHyperEstraier, HsOpenSSL, HsSVN >= + 0.3.2, Lucu, base, bytestring, containers, dataenc, directory, utf8-string, filepath, hslogger, hxt, magic, mtl, network, parsec, stm, time, unix, zlib Main-Is: @@ -71,6 +71,7 @@ Executable rakka Rakka.Page Rakka.Resource Rakka.Resource.CheckAuth + Rakka.Resource.DumpRepos Rakka.Resource.Index Rakka.Resource.JavaScript Rakka.Resource.Object @@ -107,10 +108,10 @@ Executable rakka 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: - -Wall + -Wall -threaded Executable RakkaUnitTest if flag(build-test-suite)