From 779bdb67d418494a593d9a7ef9095c20a68fbdc9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 28 Sep 2018 18:02:01 -0700 Subject: [PATCH] Drop remaining packages failing to build with ghc-8.4 --- build-constraints.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c55009f6..de0826ce 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3649,10 +3649,6 @@ packages: "Removed packages": - gi-webkit2 < 0 # https://github.com/fpco/stackage/issues/3415 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - - # Packages in the build plan that are blocked - # from inclusion due to compilation failure with ghc 8.4 - "Build failure with GHC 8.4": - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - json-builder < 0 # build failure with GHC 8.4 https://github.com/lpsmith/json-builder/issues/2 - text-format < 0 # build failure with GHC 8.4 https://github.com/bos/text-format/issues/22