From 5716b41d835a78ba8e4484fc0e90faac1bd7a73f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 30 Oct 2023 19:19:24 -0500 Subject: [PATCH] Add upper bounds for brick and vty, #7166 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 06a5b61b5..278c1eeb1 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8184,6 +8184,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7163 - hoauth2 < 2.9.0 + + # https://github.com/commercialhaskell/stackage/issues/7166 + - brick < 2 + - vty < 6 # end of Stackage upper bounds # end of packages