From 2f8cc73a4f171592bbbf65fe722c6b81a00bc09c Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 10 Oct 2021 12:20:08 -0400 Subject: [PATCH 1/4] Skips jsonifier tests (#6217) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7d3749c5..1a887819 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6885,6 +6885,9 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # aeson-2 + - jsonifier + # Missing foreign libraries - symengine From 3d65782b4b61ffa67158972c8115dcd7fa02527e Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 10 Oct 2021 12:21:40 -0400 Subject: [PATCH 2/4] 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 From ef9dc1cdc19c31b58b2ca353c65a9872d7b67e23 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 10 Oct 2021 12:23:38 -0400 Subject: [PATCH 3/4] Skips jsonifier benchmarks (#6217) --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d0cf3d9e..92575365 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7555,6 +7555,8 @@ expected-benchmark-failures: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # aeson-2 + - jsonifier # Cyclic dependencies - attoparsec From 26217134f45f47e4c667132cf5ea28f7fe792e2c Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sun, 10 Oct 2021 14:27:26 -0400 Subject: [PATCH 4/4] Restricts text-short < 0.1.4 (#6220) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 92575365..548291bd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5110,7 +5110,7 @@ packages: - text-latin1 - text-postgresql - text-printer - - text-short + - text-short < 0.1.4 # https://github.com/commercialhaskell/stackage/issues/6220 - text-zipper - tf-random - th-extras