From bb0308e8a644cf25fce25b3ab274c8efd297109d Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 19 Aug 2026 17:21:43 -0700 Subject: [PATCH] Add upper bound for strict-mutable-base, #8095 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 48001708..537e584d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7907,6 +7907,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8094 - ghcid < 1.0 + + # https://github.com/commercialhaskell/stackage/issues/8095 + - strict-mutable-base < 2 # end of Stackage upper bounds # end of packages