aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2f49f0ac3..3a7436370 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -826,9 +826,11 @@ benchmark benchmark-pandoc
hs-source-dirs: benchmark
build-depends: bytestring,
containers,
- gauge >= 0.2 && < 0.3,
- -- tasty-bench >= 0.2 && <= 0.3,
+ -- gauge >= 0.2 && < 0.3,
+ tasty-bench >= 0.2 && <= 0.3,
mtl >= 2.2 && < 2.3,
text >= 1.1.1.0 && < 1.3,
time,
deepseq
+ -- we increase heap size to avoid benchmarking garbage collection:
+ ghc-options: -rtsopts -with-rtsopts=-A256m -threaded