From b7efcfcb6a42a5b0bd72b677eb5c4d023dd29102 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 26 Oct 2024 23:35:45 +0800 Subject: [PATCH] brick < 2.5 (#7552) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9814d6c0..93f3b328 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8015,6 +8015,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7545 - data-default < 0.8 - force-layout < 0.4.1 + + # https://github.com/commercialhaskell/stackage/issues/7552 + - brick < 2.5 # end of Stackage upper bounds # end of packages