From 6ad3b12bdac1632fbaa20beb0e34f3fb572231df Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 4 Jun 2024 11:39:54 +0200 Subject: [PATCH] amqp upper bound for #7425 --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 39e97723..632b7442 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5330,7 +5330,7 @@ packages: "Kazu Yamamoto @kazu-yamamoto": - crypton < 1.0.0 # https://github.com/commercialhaskell/stackage/issues/7398 - - crypton-connection < 0.4.0 # https://github.com/commercialhaskell/stackage/issues/7425 + - crypton-connection - crypton-x509 - crypton-x509-store - crypton-x509-system @@ -8454,6 +8454,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7426 - emacs-module < 0.2.1.1 + # https://github.com/commercialhaskell/stackage/issues/7425 + - crypton-connection < 0.4.0 + - amqp < 0.23 # end of Stackage upper bounds # end of packages