From e1adb96301e9539d51feaa2427db19ffd342bcf7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Nov 2018 11:31:05 -0500 Subject: [PATCH] Skip benchmarks for tomland per fpco/stackage-curator#68 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c7794ad4..d5bed1a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5175,7 +5175,9 @@ skipped-benchmarks: - dlist-nonempty # criterion-1.3 - splitmix # criterion-1.3 - + # Benchmark dependencies with multiple libraries per package + # See: https://github.com/fpco/stackage-curator/issues/68 + - tomland # end of skipped-benchmarks