From b699ed59a404325c3755341d298db6fcf8761617 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 26 Jun 2024 03:16:01 -0700 Subject: [PATCH] More upper bounds related to hasql, #7463 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a15945fb..bd236acf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8494,6 +8494,8 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7463 - hasql < 1.8 + - hasql-dynamic-statements < 0.3.1.7 + - hasql-implicits < 0.2 - postgresql-binary < 0.14 # end of Stackage upper bounds