From 02a80c77d9fcbb077e9c507cfcef35f1045c9881 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:47:52 -0700 Subject: [PATCH] Remove TypeCompose and invertible per conal/TypeCompose#6 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c4b820fa..862d20cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2851,7 +2851,7 @@ packages: "Dylan Simon @dylex": - postgresql-typed - - invertible + # - invertible # GHC 8.4 via TypeCompose - ztail "Louis Pan @louispan": @@ -3271,6 +3271,7 @@ packages: - Chart < 0 # build failure with GHC 8.4 https://github.com/timbod7/haskell-chart/issues/181 - 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 + - TypeCompose < 0 # build failure with GHC 8.4 https://github.com/conal/TypeCompose/issues/6 - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal2spec < 0 # build failure with GHC 8.4 https://github.com/peti/cabal2spec/issues/1 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 @@ -3453,6 +3454,7 @@ packages: - HPDF < 0 # GHC 8.4 via HTF - dataurl < 0 # GHC 8.4 via HTF - graph-core < 0 # GHC 8.4 via HTF + - invertible < 0 # GHC 8.4 via TypeCompose # This section was used to programmatically generate a set of removals