summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-10-26 09:25:45 +0000
committerhallgren <hallgren@chalmers.se>2012-10-26 09:25:45 +0000
commit140f23773692b840a6e864a544df45d6a7954292 (patch)
tree3d457f0cf7efdeeb8ec69cc53ee460942a5dbcac
parent97f6e4b409fc5a5b58fde39b562f3c4b3ae883e6 (diff)
gf.cabal: version of parallel needs to be >=3
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
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