From f243ef52220cfb4d94ca963c7b98bf9bf3961432 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:18:12 -0700 Subject: [PATCH] Intentionally introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 52cb54ff..a6cbfb91 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3306,7 +3306,8 @@ packages: - cusolver < 0 # build failure with GHC 8.4 - cusparse < 0 # build failure with GHC 8.4 - data-inttrie < 0 # build failure with GHC 8.4 - - data-memocombinators < 0 # build failure with GHC 8.4 + # - data-memocombinators < 0 # build failure with GHC 8.4 + - data-memocombinators # todo: remove - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4