From 3dde3f6f2d320ecb6cd6697e5880d8ffd7b049e0 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 22 Sep 2025 16:54:24 +0800 Subject: [PATCH] derive-topdown testsuite (HaskellZhangSong/derive-topdown#2) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b5220a95..0e6dc15b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8712,6 +8712,7 @@ expected-test-failures: - cereal # 0.5.8.3 https://github.com/GaloisInc/cereal/issues/109 - 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 + - derive-topdown # 0.1.1.0 https://github.com/HaskellZhangSong/derive-topdown/issues/2 - do-notation # 0.1.0.2 - 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