From 9034bdab2bc569316453b0dd3b23d10448ea842f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 8 Jan 2025 03:57:21 -0800 Subject: [PATCH] Add an upper bound for faktory, #7650 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b1fe593bf..9dc5878f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7971,6 +7971,9 @@ packages: - hasql-pool < 1.3 - hasql-optparse-applicative < 0.9 - hasql-transaction < 1.1.1.3 + + # https://github.com/commercialhaskell/stackage/issues/7650 + - faktory < 1.1.3.1 # end of Stackage upper bounds # end of packages