From d8b0d9f4fbb41ed4a34d86d0d7673a939553b58d Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Tue, 14 Sep 2021 21:44:04 -0700 Subject: [PATCH] Add an upper bound to `jose` due to #6243 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5f1d3b91..ae0af731 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6734,6 +6734,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6242 - happy < 1.21 + # https://github.com/commercialhaskell/stackage/issues/6243 + - jose < 0.9 + # end of packages # Package flags are applied to individual packages, and override the values of