From f65a383cd015aafcd50395ba5e95b80b130d9107 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 12 Jun 2024 00:15:03 -0700 Subject: [PATCH] Add an upper bound for attoparsec-framer, #7447 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 36c0e40a..0ecebc3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8461,6 +8461,8 @@ packages: - crypton-connection < 0.4.0 - amqp < 0.23 + # https://github.com/commercialhaskell/stackage/issues/7447 + - attoparsec-framer < 0.1.0.5 # end of Stackage upper bounds # end of packages