From 5735d77421850a1c0d92c3da78be46454b292daa Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 30 Mar 2026 13:03:24 -0700 Subject: [PATCH] add constraint "changeset < 0.2" per #7976 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 09af7c4b..c947c730 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7866,6 +7866,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7975 - data-sketches < 0.4 - data-sketches-core < 0.2 + + # https://github.com/commercialhaskell/stackage/issues/7976 + - changeset < 0.2 # end of Stackage upper bounds # end of packages