From 4e50706924a0337a0f044edea912f14695daa28a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 10 Nov 2021 09:46:47 -0800 Subject: Remove unneeded package dependencies from benchmark target. --- pandoc.cabal | 3 --- 1 file changed, 3 deletions(-) (limited to 'pandoc.cabal') 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 -- cgit v1.2.3