From fc6c11bd183918d75bb0fdf45cbe0e003f9ff41c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 12 Mar 2018 16:32:42 -0700 Subject: [PATCH] Remove heap and median-stream per pruvisto/heap#5 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9be0efbf..8035ba80 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -238,7 +238,7 @@ packages: "Joseph Canero @caneroj1": # - sqlite-simple-errors # text 1.2.3.0 - - median-stream + # - median-stream # GHC 8.4 via heap - stm-supply - filter-logger - tile @@ -3258,6 +3258,11 @@ packages: # that new packages depending on it will be flagged as well. "Removed packages": [] + # Packages not explicitly in the build plan that are blocked + # from inclusion due to compilation failure with ghc 8.4 + "Build failure with GHC 8.4": + - heap < 0 # https://github.com/pruvisto/heap/issues/5 + # This section was used to programmatically generate a set of removals # that would result in a valid build plan. # These packages have version bounds in their deps or transitive deps