From b8f1f33efcbab7f7dba38539accaa0431b45bb48 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 8 Jan 2025 03:59:23 -0800 Subject: [PATCH] Add an upper bound for skylighting, #7651 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9dc5878f..a940245b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7974,6 +7974,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7650 - faktory < 1.1.3.1 + + # https://github.com/commercialhaskell/stackage/issues/7651 + - skylighting < 0.14.6 + - skylighting-core < 0.14.6 # end of Stackage upper bounds # end of packages