Skip to content

Commit

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

[1]: 2f02704
[2]: commercialhaskell/stackage#7460
  • Loading branch information
pgujjula committed Jun 25, 2024
1 parent df7c32d commit 538f732
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 @@ -84,7 +84,7 @@ test-suite apply-merge-tests
, tasty >=1.4 && <1.5 || >=1.5 && <1.6
, tasty-expected-failure ==0.12.*
, tasty-hunit ==0.10.*
, tasty-quickcheck ==0.10.*
, tasty-quickcheck >=0.10 && <0.11 || >=0.11 && <0.12
, transformers >=0.5 && <0.6 || >=0.6 && <0.7
, vector >=0.12 && <0.13 || >=0.13 && <0.14
default-language: GHC2021
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tests:
- tasty ^>= {1.4, 1.5}
- tasty-expected-failure ^>= {0.12}
- tasty-hunit ^>= {0.10}
- tasty-quickcheck ^>= {0.10}
- tasty-quickcheck ^>= {0.10, 0.11}
- transformers ^>= {0.5, 0.6}
- vector ^>= {0.12, 0.13}

Expand Down

0 comments on commit 538f732

Please sign in to comment.