summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 4cbc24a96..ae1d73774 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -108,7 +108,9 @@ executable gf
process,
pretty,
mtl,
- haskeline
+ haskeline,
+ parallel
+ ghc-options: -threaded
if flag(server)
build-depends: httpd-shed, network, silently, utf8-string, json, cgi
cpp-options: -DSERVER_MODE