From 25fbd3b82d4be390504c2df0cf86472c7e8cfa6a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jun 2026 17:34:54 +0800 Subject: [PATCH] allow servant-auth-0.4.10: closes #8054 note this disables the testsuite for servant-auth-client because of our QuickCheck-2.16 --- build-constraints.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1db8ec64..4554f0da 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7866,11 +7866,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8049 - apecs < 0.10 - # https://github.com/commercialhaskell/stackage/issues/8054 - - servant-auth < 0.4.10 - - servant-auth-client < 0.4.10 - - servant-auth-server < 0.4.10 - # https://github.com/commercialhaskell/stackage/issues/7966 - http-client-tls < 0.4 - aws < 0.25.3 @@ -8904,6 +8899,7 @@ skipped-tests: - salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.16.0.0 - scalendar # tried scalendar-1.2.0, but its *test-suite* requires the disabled package: SCalendar - selective # tried selective-0.7.0.1, but its *test-suite* requires QuickCheck >=2.8 && < 2.15 and the snapshot contains QuickCheck-2.16.0.0 + - servant-auth-client # tried servant-auth-client-0.4.10.0, but its *test-suite* requires QuickCheck >=2.18 && < 2.19 and the snapshot contains QuickCheck-2.16.0.0 - servant-auth-docs # tried servant-auth-docs-0.2.11.0, but its *test-suite* requires doctest >=0.16 && < 0.25 and the snapshot contains doctest-0.25.0 - servant-cassava # tried servant-cassava-0.10.2, but its *test-suite* requires servant-server >=0.4.4.5 && < 0.20 and the snapshot contains servant-server-0.20.3.0 - servant-http-streams # tried servant-http-streams-0.20.2, but its *test-suite* requires base < 4.21 and the snapshot contains base-4.21.2.0