From 72594841944009cd53078b01bc82391e3e5a1771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Tue, 1 Aug 2023 17:59:12 +0200 Subject: [PATCH] `postgresql-simple` < 0.7.0.0 (#7076). --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3762ac02..2df3e077 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5588,7 +5588,7 @@ packages: - poll - portable-lines - posix-pty - - postgresql-libpq < 0.10.0.0 # https://github.com/commercialhaskell/stackage/issues/7073 + - postgresql-libpq - postgresql-simple - postgresql-simple-url - pretty-hex @@ -8380,6 +8380,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7060 - doctest < 0.22 + # https://github.com/commercialhaskell/stackage/issues/7073 + - postgresql-libpq < 0.10.0.0 + # https://github.com/commercialhaskell/stackage/issues/7076 + - postgresql-simple < 0.7.0.0 + # https://github.com/commercialhaskell/stackage/issues/7074 - th-abstraction < 0.6.0.0 # end of Stackage upper bounds