From 33972ab9b93f17aec8f3db2d87f24e32c8fbdf34 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Thu, 24 Feb 2022 15:44:55 -0600 Subject: [PATCH] Expect test failure for brittany, #6465 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a501927..c121ed83 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7586,6 +7586,7 @@ expected-test-failures: # fixed by adding these files to `extra-source-files` in the # .cabal file. # + - brittany # https://github.com/commercialhaskell/stackage/issues/6465 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - doctest-discover # https://github.com/karun012/doctest-discover/issues/33