Bump criterion version bound.
This commit is contained in:
parent
619b2e8ca2
commit
5721a5d34b
1 changed files with 1 additions and 1 deletions
|
@ -470,6 +470,6 @@ benchmark benchmark-pandoc
|
||||||
Build-Depends: pandoc,
|
Build-Depends: pandoc,
|
||||||
base >= 4.2 && < 5,
|
base >= 4.2 && < 5,
|
||||||
syb >= 0.1 && < 0.5,
|
syb >= 0.1 && < 0.5,
|
||||||
criterion >= 0.5 && < 0.9
|
criterion >= 0.5 && < 1.1
|
||||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
|
|
Loading…
Reference in a new issue