From 4e6cfeb76e3707e9e58d0ab0bb6df83923bdf4b4 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 14 Feb 2016 15:43:07 -0800 Subject: [PATCH] Skip unordered-containers benchmark (closes #1131, but see #1222) --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4ca654ae..2950f4a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1960,7 +1960,7 @@ packages: # https://github.com/fpco/stackage/issues/1128 - machines < 0.6 - # https://github.com/fpco/stackage/issues/1131 + # https://github.com/fpco/stackage/issues/1222 - unordered-containers < 0.2.6 # https://github.com/fpco/stackage/issues/1147 @@ -2517,6 +2517,9 @@ skipped-benchmarks: # https://github.com/kaizhang/clustering/issues/2 - clustering + # https://github.com/tibbe/unordered-containers/issues/122 + - unordered-containers + # end of skipped-benchmarks