From 6ec4253e8b6ae48abb6f09003ed8facdb71e01c9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 29 Jun 2024 21:17:36 -0700 Subject: [PATCH] constrain crypton-connection & deps due to #7469 --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bd4af1f3..0764d759 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8498,6 +8498,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7467 - cabal-install < 3.12 + # https://github.com/commercialhaskell/stackage/issues/7469 + - crypton-connection < 0.4 + - amqp < 0.23 + - req < 3.13.3 + # end of Stackage upper bounds # end of packages