From 3ace24d79bf7a6fe6d1b2b900f1b53bc545e3f4a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 16 Feb 2019 10:18:49 +0100 Subject: [PATCH 1/2] Update build-constraints.yaml Add 'peregrin' --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 638131ab..002c66fe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3597,6 +3597,7 @@ packages: - re2 "Bardur Arantsson @BardurArantsson": + - peregrin - pg-harness-client - pg-harness-server - unliftio-streams @@ -4910,6 +4911,9 @@ skipped-tests: # Requires filesystem access - json-autotype # https://github.com/commercialhaskell/stackage/issues/4185 + + # Requires running pg-harness-server + - peregrin # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run From 6aa6379d6c1232fae4f6b17552cea03d964d9682 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 16 Feb 2019 10:54:08 +0100 Subject: [PATCH 2/2] Add 'unliftio-pool' --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 002c66fe..f3b132d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3600,6 +3600,7 @@ packages: - peregrin - pg-harness-client - pg-harness-server + - unliftio-pool - unliftio-streams "Sebastian Graf @sgraf812":