From fbbee9a0f06c39ba6eeb84ad4586dde33f38c0d2 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 11:17:01 -0700 Subject: [PATCH] Remove language-docker per hadolint/language-docker#26 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e5e95e60..055b049d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3047,7 +3047,7 @@ packages: "José Lorenzo Rodríguez @lorenzo": - wrecker - - language-docker + # - language-docker # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - docker-build-cacher - mysql-haskell-nem @@ -3271,6 +3271,7 @@ packages: - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - hw-fingertree-strict < 0 # build failure with GHC 8.4 https://hub.darcs.net/ross/fingertree/issue/5 - inline-c < 0 # build failure with GHC 8.4 https://github.com/fpco/inline-c/issues/73 + - language-docker < 0 # build failure with GHC 8.4 https://github.com/hadolint/language-docker/issues/26 - massiv < 0 # build failure with GHC 8.4 https://github.com/lehins/massiv/issues/10 - monoid-subclasses < 0 # build failure with GHC 8.4 https://github.com/blamario/monoid-subclasses/issues/16 - n-tuple < 0 # build failure with GHC 8.4 https://github.com/athanclark/n-tuple/issues/1