summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-28 12:35:50 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-28 12:35:50 +0200
commitafb551429bb95332f0ccdf882d0dbe8a59aa652a (patch)
tree41b3e0e7a9a818b542de51e67680cff6500d5c88
parentc38d5966edd9954d4ec1eb30b2eff140cb63d93e (diff)
Update criterion upper bound.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 14a407b85..8ed4ba23f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -588,6 +588,6 @@ benchmark benchmark-pandoc
time, bytestring, containers,
base >= 4.2 && < 5,
syb >= 0.1 && < 0.8,
- criterion >= 1.0 && < 1.2
+ criterion >= 1.0 && < 1.3
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Default-Language: Haskell98