From 0ac0b6b26b23686210f1fe422a7fc32a7548cf25 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Nov 2018 11:22:51 -0500 Subject: [PATCH 1/2] Restore tomland --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2303b714..c7794ad4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3322,7 +3322,7 @@ packages: - first-class-patterns - relude - summoner - - tomland < 0 # megaparsec 7 + - tomland "Lorenz Moesenlechner @moesenle": - servant-websockets @@ -4820,6 +4820,7 @@ expected-test-failures: - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - doctest-discover # 0.1.0.9 https://github.com/karun012/doctest-discover/issues/22 - graylog # 0.1.0.1 https://github.com/fpco/stackage/pull/1254 + - tomland # https://github.com/kowainik/tomland/issues/141 # Assertion failures, these can be real bugs or just limitations # in the test cases. From e1adb96301e9539d51feaa2427db19ffd342bcf7 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Nov 2018 11:31:05 -0500 Subject: [PATCH 2/2] 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