aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-02 23:29:17 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-02 23:29:37 +0200
commit2737e4996c40a0d53f39e4a99cd2731ca2831e1b (patch)
treeebf47c7a91aad8e2ac84298e6df2bd4741cad123
parent41cf6d540fbc7c6033dad09fb27a68ad1da4c629 (diff)
downloadpandoc-2737e4996c40a0d53f39e4a99cd2731ca2831e1b.tar.gz
Allow criterion 1.5.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9a328cf97..f6445bbca 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -690,7 +690,7 @@ benchmark benchmark-pandoc
time, bytestring, containers,
base >= 4.2 && < 5,
text >= 0.11 && < 1.3,
- criterion >= 1.0 && < 1.5
+ criterion >= 1.0 && < 1.6
if impl(ghc < 8.0)
build-depends: semigroups == 0.18.*
if impl(ghc < 8.4)