From 6348ce0efed8207aae2687aa9483da3082878a9f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 2 May 2024 13:55:18 -0700 Subject: [PATCH] add constraint "json-spec < 0.4" per #7407 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7476b79c..f3cea53c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8454,6 +8454,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7406 - hasql < 1.7 + + # https://github.com/commercialhaskell/stackage/issues/7407 + - json-spec < 0.4 # end of Stackage upper bounds # end of packages