From 95b76a92ce9ab9356db35f4fadb759210f379210 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 27 Jul 2017 12:11:06 +0300 Subject: [PATCH] Skip benchmarks and close #2604 --- build-constraints.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 78945bfc..85094563 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3204,12 +3204,7 @@ packages: - leapseconds-announced < 2017.0.0.1 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2528 - - concurrent-output < 1.10.0 - - # https://github.com/fpco/stackage/issues/2604 - - criterion < 1.2 - - statistics < 0.14 - - thread-local-storage < 0.1.2 + - concurrent-output < 1.10.0 # Wait for GHC 8.2.1 # https://github.com/fpco/stackage/issues/2557 - singletons < 2.3 @@ -3924,6 +3919,12 @@ skipped-benchmarks: - graphviz - wl-pprint-text + # criterion 1.2 + - binary-parsers + - cryptohash-sha512 + - ed25519 + - unordered-containers + # end of skipped-benchmarks