From 713803dd96160a8834783d78a6a108a9eb9c8b5f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 3 Jun 2025 20:46:58 -0700 Subject: [PATCH] Add brick upper bound, #7762 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 996eca7f..9099f00d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7870,6 +7870,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7755 - monoid-extras < 0.7 + + # https://github.com/commercialhaskell/stackage/issues/7762 + - brick < 2.9 # end of Stackage upper bounds # end of packages