From d1ba0862a6015889ae538538b3cb1a7514c3921c Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 31 Oct 2023 00:37:22 -0500 Subject: [PATCH] Add upper bounds for vty, #7167 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 97854c9a..3617358a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8186,6 +8186,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7163 - hoauth2 < 2.9.0 + + # https://github.com/commercialhaskell/stackage/issues/7167 + - vty < 6 + - vty-crossplatform < 0.1 + - vty-unix < 0.1 + - brick < 2 # end of Stackage upper bounds # end of packages