diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-11-10 09:46:47 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-11-10 09:46:47 -0800 |
commit | 4e50706924a0337a0f044edea912f14695daa28a (patch) | |
tree | e0bfeb59d3730cff68e46d345846b5c2ddb33df6 | |
parent | 6fb2973a582116cd515c6f7e68794cca22955511 (diff) | |
download | pandoc-4e50706924a0337a0f044edea912f14695daa28a.tar.gz |
Remove unneeded package dependencies from benchmark target.
-rw-r--r-- | pandoc.cabal | 3 |
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 |