From 158cc42002a5871cdfbc9a24daf1f920dd091165 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 26 Feb 2024 13:09:41 -0600 Subject: [PATCH] Add an upper bound for hasql-pool, #7327 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83b5f6f7..6f10b2c2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8550,6 +8550,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7326 - toml-parser < 2 + # https://github.com/commercialhaskell/stackage/issues/7327 + - hasql-pool < 1 + # end of Stackage upper bounds # end of packages