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