From 3d65782b4b61ffa67158972c8115dcd7fa02527e Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 10 Oct 2021 12:21:40 -0400 Subject: [PATCH] Restricts postgresql-binary < 0.12.4.2 (#6217) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a887819..d0cf3d9e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1597,7 +1597,7 @@ packages: - neat-interpolation - optima - partial-handler - - postgresql-binary + - postgresql-binary < 0.12.4.2 # https://github.com/commercialhaskell/stackage/issues/6217 - postgresql-syntax - primitive-extras - ptr-poker