From d613a786e4fbaf0f63aa3b99e163a5f4d4096672 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 13 Mar 2018 10:59:51 -0700 Subject: [PATCH] Also skip various benches per #3368 --- build-constraints.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2808f16a..27663b88 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5637,6 +5637,22 @@ skipped-haddocks: # or if Setup fails because of missing foreign libraries. # Otherwise place them in expected-benchmark-failures. skipped-benchmarks: + # An attempt to avoid cyclic dependencies + # https://github.com/fpco/stackage/issues/3368 + - clock # tasty + - stringbuilder # hspec + # some stabs in the dark... + - HUnit + - aeson + - async + - attoparsec + - criterion + - doctest + - hashable + - hspec + - http-types + - semigroupoids + - tasty # Outdated dependencies # These can periodically be checked for updates;