From a66cf21d6f457e64de6a064fe7a681c56e03f196 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 17 Feb 2025 09:22:25 -0800 Subject: [PATCH] Skip tests for packages affected by #7683 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4b727a36..303a50f1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8463,6 +8463,14 @@ skipped-tests: - zxcvbn-hs # tried zxcvbn-hs-0.3.6, but its *test-suite* requires hedgehog >=0.6 && < 1.3 || ^>=1.3 || ^>=1.4 and the snapshot contains hedgehog-1.5 # End of Test bounds issues + # doctest-0.24 https://github.com/commercialhaskell/stackage/issues/7683 + - co-log-core + - fixed-vector-hetero + - grisette + - mwc-random + - polysemy + - polysemy-plugin + # general failures - aern2-mp # https://github.com/michalkonecny/aern2/issues/11