From f70a48085f8e5a02da10ffce705552b11718ad99 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 17 Jun 2025 09:20:23 -0700 Subject: [PATCH] add constraint "diagrams-core < 1.5" per #7777 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 283f87dd..8dabd364 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7892,6 +7892,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7775 - resource-pool < 0.5 + + # https://github.com/commercialhaskell/stackage/issues/7777 + - diagrams-cairo < 1.5 # end of Stackage upper bounds # end of packages