summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-02-25 16:08:21 +0000
committerhallgren <hallgren@chalmers.se>2015-02-25 16:08:21 +0000
commit9c6b5df74175016846a9a0557c5eecd96247e4c6 (patch)
tree90dfab6731743387d030e5024b55e60eb4cf7d6a /gf.cabal
parenta5817ff4925ab37b0fa2e7bb01436abd1b818b61 (diff)
PGFService: make the restriction on parallelism more effective
Restrict the entire request handler instead of just the call to the C parser.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 1b7f5aee6..7b6ee0435 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -76,7 +76,8 @@ Library
utf8-string,
random,
pretty,
- mtl
+ mtl,
+ exceptions
hs-source-dirs: src/runtime/haskell
if flag(custom-binary)