From c5718390c6d2c5bc4c3bbb6699e3c8f848483a9a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 24 Jun 2024 12:22:37 -0700 Subject: [PATCH] Add upper bounds for hasql, postgresql-binary, #7463 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 893a2e22..a15945fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8492,6 +8492,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7460 - tasty-quickcheck < 0.11 + # https://github.com/commercialhaskell/stackage/issues/7463 + - hasql < 1.8 + - postgresql-binary < 0.14 + # end of Stackage upper bounds # end of packages