diff options
| author | hallgren <hallgren@chalmers.se> | 2015-02-25 16:08:21 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2015-02-25 16:08:21 +0000 |
| commit | 9c6b5df74175016846a9a0557c5eecd96247e4c6 (patch) | |
| tree | 90dfab6731743387d030e5024b55e60eb4cf7d6a /gf.cabal | |
| parent | a5817ff4925ab37b0fa2e7bb01436abd1b818b61 (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.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ Library utf8-string, random, pretty, - mtl + mtl, + exceptions hs-source-dirs: src/runtime/haskell if flag(custom-binary) |
