From 21e4e3a1bc19fdbe7e237b3c074c0970d0ce628c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 29 Dec 2019 20:11:22 +0100 Subject: [PATCH] Try removing tmp-postgres and related bounds --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 440884b8..94616705 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3231,10 +3231,10 @@ packages: - next-ref < 0 - threads-extras < 0 - postgres-options - - tmp-postgres < 0.3 # https://github.com/commercialhaskell/stackage/issues/4790 - - pg-transact < 0 # via tmp-postgres - - hspec-pg-transact < 0 # via tmp-postgres - - postgresql-simple-queue < 0 # via pg-transact + - tmp-postgres + - pg-transact + - hspec-pg-transact + - postgresql-simple-queue - port-utils "Jonathan Knowles @jonathanknowles":