From f9271d9420efa5a795f30b5ce9e7cb0293d5d42b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:42:23 -0700 Subject: [PATCH 1/4] distribution fails --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 72d416f3..4310597f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -200,7 +200,7 @@ packages: - threepenny-gui-flexbox < 0 # GHC 8.4 via clay "Romain Edelmann @redelmann": - - distribution # 0 # build failure with GHC 8.4 + - distribution < 0 # build failure with GHC 8.4 "Nikita Tchayka @nickseagull": - ramus From 716a5ee92c6b4a59ba7eb1da115c9a88c87c8ae0 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:51:14 -0700 Subject: [PATCH 2/4] Test butcher, czipwith --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4310597f..76d6228d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,8 +2776,8 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher < 0 # GHC 8.4 via base-4.11.0.0 - - czipwith < 0 # GHC 8.4 via template-haskell-2.13.0.0 + - butcher # 0 # GHC 8.4 via base-4.11.0.0 + - czipwith # 0 # GHC 8.4 via template-haskell-2.13.0.0 - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": From ff3b76997ea2784d38ef502011450c9e81bc655a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:55:59 -0700 Subject: [PATCH 3/4] butcher and czipwith working (#3524) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 76d6228d..e6df4603 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,8 +2776,8 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher # 0 # GHC 8.4 via base-4.11.0.0 - - czipwith # 0 # GHC 8.4 via template-haskell-2.13.0.0 + - butcher + - czipwith - brittany < 0 # GHC 8.4 via ghc-8.4.1 "Ryan Mulligan @ryantm": From 62c72bad1d3ec7e11c278616f4f19f9275a17e65 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Apr 2018 11:57:36 -0700 Subject: [PATCH 4/4] butcher blocked by multistate --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e6df4603..5dc9ed3b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2776,7 +2776,7 @@ packages: "Lennart Spitzner @lspitzner": - multistate < 0 # GHC 8.4 via base-4.11.0.0 - pqueue - - butcher + - butcher < 0 # GHC 8.4 via multistate - czipwith - brittany < 0 # GHC 8.4 via ghc-8.4.1