From dc3a771949b62a0af06776e3915a6c1a7a6c278c Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 8 Oct 2023 21:22:28 -0400 Subject: [PATCH] disable tmp-postgres --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e36dcc5e..ff822834 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3821,10 +3821,10 @@ packages: "Jonathan Fischoff @jfischoff": - clock-extras - postgres-options - - tmp-postgres + - tmp-postgres < 0 # compile failure https://github.com/commercialhaskell/stackage/issues/7140 - pg-transact - port-utils - - postgresql-libpq-notify + - postgresql-libpq-notify < 0 # via tmp-postgres https://github.com/commercialhaskell/stackage/issues/7140 - hasql-queue "Jonathan Knowles @jonathanknowles":