From d7d7470b3ec1223b743914e5aa56f137e83e5720 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 8 Jan 2025 03:55:41 -0800 Subject: [PATCH] Add upper bounds for hasql and related pkgs, #7649 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 672d97d9..b1fe593b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7965,6 +7965,12 @@ packages: - gi-gdkx11 < 4.0.9 - gi-gsk < 4.0.9 - gi-gtk < 4.0.12 + + # https://github.com/commercialhaskell/stackage/issues/7649 + - hasql < 1.9 + - hasql-pool < 1.3 + - hasql-optparse-applicative < 0.9 + - hasql-transaction < 1.1.1.3 # end of Stackage upper bounds # end of packages