Try to skip tests for tasty-quickcheck to solve #7493

Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
Mihai Maruseac 2025-01-05 18:14:30 -08:00
parent e27109ca6c
commit dd7ce60b96
No known key found for this signature in database

View File

@ -1422,7 +1422,7 @@ packages:
- tasty
- tasty-golden
- tasty-hunit
- tasty-quickcheck < 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493
- tasty-quickcheck # 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493
- tasty-smallcheck
- time-lens
- timezone-olson
@ -8251,6 +8251,7 @@ skipped-tests:
- statistics
- syb
- tasty-expected-failure # via tasty-hedgehog
- tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493
- vector # doctest
- vector-binary-instances