From 4c48d060fd1cba18a049240739c4207e39b7183e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 13 Jun 2025 21:53:40 -0700 Subject: [PATCH] add constraint "resource-pool < 0.5" per #7775 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 61d41ec6..283f87dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7889,6 +7889,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7772 - doctest-parallel < 0.4 + + # https://github.com/commercialhaskell/stackage/issues/7775 + - resource-pool < 0.5 # end of Stackage upper bounds # end of packages