Remove unneeded package dependencies from benchmark target.

This commit is contained in:
John MacFarlane 2021-11-10 09:46:47 -08:00
parent 6fb2973a58
commit 4e50706924

View file

@ -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