Remove unneeded package dependencies from benchmark target.
This commit is contained in:
parent
6fb2973a58
commit
4e50706924
1 changed files with 0 additions and 3 deletions
|
@ -843,12 +843,9 @@ benchmark benchmark-pandoc
|
||||||
main-is: benchmark-pandoc.hs
|
main-is: benchmark-pandoc.hs
|
||||||
hs-source-dirs: benchmark
|
hs-source-dirs: benchmark
|
||||||
build-depends: bytestring,
|
build-depends: bytestring,
|
||||||
containers,
|
|
||||||
-- gauge >= 0.2 && < 0.3,
|
|
||||||
tasty-bench >= 0.2 && <= 0.4,
|
tasty-bench >= 0.2 && <= 0.4,
|
||||||
mtl >= 2.2 && < 2.3,
|
mtl >= 2.2 && < 2.3,
|
||||||
text >= 1.1.1.0 && < 1.3,
|
text >= 1.1.1.0 && < 1.3,
|
||||||
time,
|
|
||||||
deepseq
|
deepseq
|
||||||
-- we increase heap size to avoid benchmarking garbage collection:
|
-- we increase heap size to avoid benchmarking garbage collection:
|
||||||
ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
|
ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
|
||||||
|
|
Loading…
Reference in a new issue