Skip to content

Commit

Permalink
Allow tasty-bench-0.4
Browse files Browse the repository at this point in the history
Cherry-pick from [1]. Resolves out-of-bounds issue described in [2].

[1]: 76df8be
[2]: commercialhaskell/stackage#7480
  • Loading branch information
pgujjula committed Dec 11, 2024
1 parent 95e4400 commit bc77be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ benchmark apply-merge-benchmarks
, data-ordlist ==0.4.*
, pqueue >=1.4 && <1.5 || >=1.5 && <1.6
, reflection ==2.1.*
, tasty-bench ==0.3.*
, tasty-bench >=0.3 && <0.4 || >=0.4 && <0.5
, transformers >=0.5 && <0.6 || >=0.6 && <0.7
, vector >=0.12 && <0.13 || >=0.13 && <0.14
default-language: GHC2021
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ benchmarks:
- data-ordlist ^>= {0.4}
- pqueue ^>= {1.4, 1.5}
- reflection ^>= {2.1}
- tasty-bench ^>= {0.3}
- tasty-bench ^>= {0.3, 0.4}
- transformers ^>= {0.5, 0.6}
- vector ^>= {0.12, 0.13}

0 comments on commit bc77be1

Please sign in to comment.