grenade.cabal: Bump upper bound on criterion

This commit is contained in:
Erik de Castro Lopo 2019-02-19 16:59:08 +11:00
parent f03e0efbbf
commit f729b291e4

View File

@ -190,7 +190,7 @@ benchmark bench
build-depends:
base
, bytestring
, criterion >= 1.1 && < 1.5
, criterion >= 1.1 && < 1.6
, grenade
, hmatrix