From 5bfaed7b1054e46a90212d908237e24c9fdd1faa Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 26 Oct 2012 09:25:45 +0000 Subject: [PATCH] gf.cabal: version of parallel needs to be >=3 --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gf.cabal b/gf.cabal index dd06e2e51..0af269d29 100644 --- a/gf.cabal +++ b/gf.cabal @@ -108,7 +108,7 @@ executable gf pretty, mtl, haskeline, - parallel + parallel>=3 ghc-options: -threaded if flag(server) build-depends: httpd-shed, network, utf8-string, json, cgi