From 2d6c50019cf1d1d98f5dcc0382b4a38b84292667 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Thu, 30 Jan 2025 17:39:18 +0100 Subject: [PATCH] remove express and code-conjure from expected-test-failures The tests suites of express-1.0.18 and code-conjure-0.5.14 should build fine on GHC 9.10 and GHC 9.12. cf: https://github.com/rudymatela/conjure/issues/4 https://github.com/rudymatela/express/issues/4 --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 63cf41df..f2f60bfa 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8552,11 +8552,9 @@ expected-test-failures: - cabal-file-th # 0.2.7 - cacophony # 0.10.1 https://github.com/centromere/cacophony/issues/15 - cereal # 0.5.8.3 https://github.com/GaloisInc/cereal/issues/109 - - code-conjure # 0.5.14 https://github.com/rudymatela/conjure/issues/4 - conduit-connection # 0.1.0.5 - cryptohash # 0.11.9 Stack builds test and benchmarks in one pass so benchmark could prevent tests from getting built - do-notation # 0.1.0.2 - - express # 1.0.16 https://github.com/rudymatela/express/issues/4 - fcf-family # 0.2.0.1 https://gitlab.com/lysxia/fcf-family/-/issues/1 - fields-and-cases # 0.2.0.0 https://github.com/m-bock/fields-and-cases/issues/1 - fortran-src # 0.16.3 https://github.com/camfort/fortran-src/issues/293