summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
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 b4d2c6675..dedeaaeca 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -688,6 +688,6 @@ benchmark benchmark-pandoc
time, bytestring, containers,
base >= 4.2 && < 5,
text >= 0.11 && < 1.3,
- criterion >= 1.0 && < 1.3
+ criterion >= 1.0 && < 1.4
ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind
default-language: Haskell98