Skip to content

Commit

Permalink
Bump upper bound for criterion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 8, 2013
1 parent fa978e1 commit f42ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ benchmark benchmark-pandoc
Build-Depends: pandoc,
base >= 4.2 && < 5,
syb >= 0.1 && < 0.5,
criterion >= 0.5 && < 0.7,
criterion >= 0.5 && < 0.9,
json >= 0.4 && < 0.8
if impl(ghc >= 7.0.1)
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
Expand Down

0 comments on commit f42ffcb

Please sign in to comment.