From 09f5490a143793201761449c569c3113b68194b6 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 15:21:22 -0700 Subject: [PATCH] Properly introduce a build failure to stop the nightly from finishing --- build-constraints.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a6cbfb91..ab6a3051 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3305,9 +3305,9 @@ packages: - cuda < 0 # build failure with GHC 8.4 - 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 # todo: remove + # - data-inttrie < 0 # build failure with GHC 8.4 + - data-inttrie # todo: remove + - data-memocombinators < 0 # build failure with GHC 8.4 - diff3 < 0 # build failure with GHC 8.4 - distance < 0 # build failure with GHC 8.4 - distribution < 0 # build failure with GHC 8.4