From ce4260c0b4a3ab381466382fbcb94a0fb4b678be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Mon, 9 Sep 2024 19:54:05 +0200 Subject: [PATCH] Relax bound for `postgresql-libpq` (#7506). --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51c30b13..ad90ed08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5575,6 +5575,7 @@ packages: - portable-lines - posix-pty - postgresql-libpq + - postgresql-libpq-configure - postgresql-simple - postgresql-simple-url - pretty-hex @@ -7733,7 +7734,8 @@ packages: - path < 0.9.6 # https://github.com/commercialhaskell/stackage/issues/7506 - - postgresql-libpq < 0.10.2 + - postgresql-libpq < 0.11 + - postgresql-libpq-configure < 0.11 # https://github.com/commercialhaskell/stackage/issues/7513 - doclayout < 0.5