diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ae4e8b341..30226f445 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -827,6 +827,6 @@ benchmark benchmark-pandoc build-depends: bytestring, containers, tasty, - tasty-bench >= 0.1 && <= 0.2, + tasty-bench >= 0.2 && <= 0.3, mtl >= 2.2 && < 2.3, time |