aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-10 09:46:47 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-10 09:46:47 -0800
commit4e50706924a0337a0f044edea912f14695daa28a (patch)
treee0bfeb59d3730cff68e46d345846b5c2ddb33df6 /pandoc.cabal
parent6fb2973a582116cd515c6f7e68794cca22955511 (diff)
downloadpandoc-4e50706924a0337a0f044edea912f14695daa28a.tar.gz
Remove unneeded package dependencies from benchmark target.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 0 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1b6f3a50a..d379d2fa8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -843,12 +843,9 @@ benchmark benchmark-pandoc
main-is: benchmark-pandoc.hs
hs-source-dirs: benchmark
build-depends: bytestring,
- containers,
- -- gauge >= 0.2 && < 0.3,
tasty-bench >= 0.2 && <= 0.4,
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=-A8m -threaded