From 7f5adb9a82c1bfea4b6ea3888278382851517d76 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 25 Sep 2019 18:06:45 -0700 Subject: [PATCH] Skip tests for base-orphans b/c cyclic dep hspec --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c3483314..2ad44e4c 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6414,6 +6414,9 @@ skipped-tests: # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify. + # Cyclic dependencies + - base-orphans # via hspec + # test-framework per ghc 8.8 - Decimal # via test-framework - Diff # via test-framework