summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-08-10 16:02:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-08-10 16:02:00 -0700
commit609c8231da7daef091be40554831149d709c1573 (patch)
tree1c973d229c2458bc445fcd26d31f85a14d8e82ec
parent0ad576eb1a914104448239b0f80f6026d4b6cc54 (diff)
Allow latest criterion version.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9c0d0c3ef..2f272ac9b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -498,6 +498,6 @@ benchmark benchmark-pandoc
Build-Depends: pandoc,
base >= 4.2 && < 5,
syb >= 0.1 && < 0.6,
- criterion >= 0.5 && < 1.1
+ criterion >= 0.5 && < 1.2
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Default-Language: Haskell98