From 02f92aa29af91adf890ca256fa75b9f0e20585b1 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 12 Oct 2024 13:34:18 -0700 Subject: [PATCH] add constraint "rerefined < 0.7" per #7533 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3034e268..ecafdc41 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8005,6 +8005,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7532 - primitive-unlifted < 2.2.0.0 + # https://github.com/commercialhaskell/stackage/issues/7533 + - rerefined < 0.7 + # end of Stackage upper bounds # end of packages