From fe9772131060eec5a6d216a90505689ce7c45d2e Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sat, 8 Aug 2020 23:10:19 +0200 Subject: [PATCH] Try resolving dependency cycle --- build-constraints.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9c87d905..c47fc604 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5076,9 +5076,6 @@ skipped-tests: - monad-par # ghc 8.10 - # Cyclic dependencies - - base-orphans # via hspec - # test-framework per ghc 8.8 - extensible-effects # via test-framework - stm-conduit # via test-framework @@ -5411,6 +5408,9 @@ skipped-tests: - js-flot - js-jquery - splitmix + - base-orphans # via hspec + - distributive # via hspec + - bifunctors # via hspec # Requires filesystem access - json-autotype @@ -5431,6 +5431,8 @@ skipped-tests: # TODO - rpmbuild-order + + # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run