From d2839a2b02877aad881c11463004b6010c6edf0e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 15:14:29 -0700 Subject: [PATCH] Remove IntervalMap per bokesan/IntervalMap#5 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 44e9a97b..9aa534fb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2219,7 +2219,8 @@ packages: - vinyl "Christoph Breitkopf @bokesan": - - IntervalMap + [] + # - IntervalMap # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 "Michele Lacchia @rubik": - docopt @@ -3270,6 +3271,7 @@ packages: # 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 + - IntervalMap < 0 # build failure with GHC 8.4 https://github.com/bokesan/IntervalMap/issues/5 - OneTuple < 0 # build failure with GHC 8.4 https://github.com/fpco/stackage/pull/3359 - PSQueue < 0 # build failure with GHC 8.4 (nowhere to report, it's ancient just let it die) - Rasterific < 0 # build failure with GHC 8.4 https://github.com/Twinside/Rasterific/issues/38