From b04c20f7751b2783ea6f8b28247bc44021361b1e Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 19:36:51 -0700 Subject: [PATCH] Remove dom-parser per typeable/dom-parser#10 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 07b4cf0e..ccf1f312 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3062,7 +3062,7 @@ packages: - ghost-buster "typeable.io ": - - dom-parser + # - dom-parser # build failure with ghc 8.4 https://github.com/typeable/dom-parser/issues/10 - xml-isogen "Jeremy Huffman @jeremyjh": @@ -3272,6 +3272,7 @@ packages: - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - cabal-rpm < 0 # build failure with GHC 8.4 https://github.com/juhp/cabal-rpm/issues/55 - conduit-parse < 0 # build failure with GHC 8.4 https://github.com/k0ral/conduit-parse/issues/3 + - 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 - fb < 0 # build failure with GHC 8.4 https://github.com/psibi/fb/issues/3 - hamtsolo < 0 # build failure with conduit 1.3 https://github.com/tfc/hamtsolo/issues/3