From 68a92a9caac8e96f8a8f729b0a60759b9224788e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 15 Mar 2018 13:29:45 -0700 Subject: [PATCH] Remove cabal2spec per peti/cabal2spec#1 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2013458f..6183cf01 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2080,7 +2080,7 @@ packages: "Peter Simons @peti": - cabal2nix - - cabal2spec + # - cabal2spec # build failure with ghc 8.4 https://github.com/peti/cabal2spec/issues/1 - distribution-nixpkgs - funcmp - hackage-db @@ -3272,6 +3272,7 @@ packages: - 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 - 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 - dom-parser < 0 # build failure with GHC 8.4 https://github.com/typeable/dom-parser/issues/10 - enummapset < 0 # build failure with GHC 8.4 https://github.com/michalt/enummapset/issues/11