summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-09 14:58:39 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-09 14:58:51 -0800
commit87e16563f4513c22a3656707550736d74246cd5e (patch)
tree3ba2b7977b05b0e5273d7fbe80caa2d39c773381 /pandoc.cabal
parentf5e021998efcebb32d03bd03ace57c825f55a20d (diff)
Bump criterion upper bound.
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