aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-02 16:21:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-02 16:21:16 -0700
commit6c1ef00de5bbd29a281e3bbcd6ba32a616fd875c (patch)
tree9e283d25391cf923ec6ea27630aa253bb9c07ca4 /pandoc.cabal
parentd1789dda7574035edc12264b45fe5647033f198b (diff)
downloadpandoc-6c1ef00de5bbd29a281e3bbcd6ba32a616fd875c.tar.gz
Allow tasty-bench 0.3.x.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 6f2876413..695edb349 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -926,7 +926,7 @@ benchmark benchmark-pandoc
build-depends: bytestring,
containers,
-- gauge >= 0.2 && < 0.3,
- tasty-bench >= 0.2 && <= 0.3,
+ tasty-bench >= 0.2 && <= 0.4,
mtl >= 2.2 && < 2.3,
text >= 1.1.1.0 && < 1.3,
time,