From 1cdbe0728b21a499ac0561208d84db927aff06bf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Wed, 9 Feb 2022 06:51:16 -0800 Subject: [PATCH] Disable tests for `vinyl` as it is failing with `aeson > 2.0` (#6444) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a9e3632d..308f9a05 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7453,6 +7453,7 @@ skipped-tests: # Failing to build aeson-2.0 bump - ua-parser # https://github.com/commercialhaskell/stackage/issues/6440 + - vinyl # https://github.com/commercialhaskell/stackage/issues/6444 # end of skipped-tests