Skip to content

Commit

Permalink
bump tasty-bench bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jul 9, 2024
1 parent ee5710d commit 2bde021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion list-shuffle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ stability: stable
synopsis: List shuffling and sampling
tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1
version: 1.0.0.1
x-revision: 1

extra-doc-files:
CHANGELOG.md
Expand Down Expand Up @@ -82,7 +83,7 @@ benchmark bench
deepseq ^>= 1.4.6 || ^>= 1.5.0,
list-shuffle,
random,
tasty-bench ^>= 0.3.5,
tasty-bench ^>= 0.3.5 || ^>= 0.4,
ghc-options: "-with-rtsopts=-A32m -T"
hs-source-dirs: bench
main-is: Main.hs
Expand Down

0 comments on commit 2bde021

Please sign in to comment.