From 597be1a7f7f2e12e4548e496df8babbfb8aacab2 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 13 Jan 2025 12:16:10 -0800 Subject: [PATCH] Add upper bound for Color, #7655 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 255f1f03a..6bed85e70 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7917,6 +7917,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7654 - srtree < 2.0.0.3 + + # https://github.com/commercialhaskell/stackage/issues/7655 + - Color < 0.4 # end of Stackage upper bounds # end of packages