From 64d29ce77b9e426e454214a9397ed87638c3e40e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:14:01 -0700 Subject: [PATCH] Skip tests for clock to avoid cyclic dep, see #3368 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 0b78cd16..69268911 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5148,6 +5148,10 @@ skipped-builds: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-test-failures. skipped-tests: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + # Outdated dependencies # These can periodically be checked for updates; # just remove these lines and run `stackage-curator check' to verify.