From 16cb51528a80f443cfe83c333af293bd6e772064 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 31 May 2018 20:03:50 -0700 Subject: [PATCH 1/2] Unblock runmemo --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 19546cf8..3a11d13b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -771,7 +771,7 @@ packages: - lens-family-th - numbers - rev-state - - runmemo < 0 # build failure with GHC 8.4 + - runmemo - tardis - yesod-gitrev From 77cf6fbd769ebdb3497340692197a67adaa50818 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 1 Jun 2018 15:01:55 -0700 Subject: [PATCH 2/2] Unblock data-inttrie and data-memocombinators --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3a11d13b..9b2f6da7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3446,8 +3446,6 @@ packages: - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22 - type-combinators < 0 # build failure with GHC 8.4 https://github.com/kylcarte/type-combinators/issues/8 - HaXml < 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 - hsshellscript < 0 # build failure with GHC 8.4 - preprocessor-tools < 0 # build failure with GHC 8.4 - tinytemplate < 0 # build failure with GHC 8.4