From ec9bb5dcc412fb97f20c7b10a698fe573d20a14a Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 20:01:00 -0700 Subject: [PATCH] Remove hoogle per ndmitchell/hoogle#245 --- build-constraints.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5327fa52..e77aafe7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -408,7 +408,7 @@ packages: "Neil Mitchell @ndmitchell": - hlint - - hoogle + # - hoogle # build failure with ghc 8.4 https://github.com/ndmitchell/hoogle/issues/245 - shake - tagsoup - cmdargs @@ -3280,6 +3280,7 @@ packages: - haskell-neo4j-client < 0 # build failure with GHC 8.4 https://github.com/asilvestre/haskell-neo4j-rest-client/issues/32 - heap < 0 # build failure with GHC 8.4 https://github.com/pruvisto/heap/issues/5 - heterocephalus < 0 # build failure with GHC 8.4 https://github.com/arowM/heterocephalus/issues/22 + - hoogle < 0 # build failure with GHC 8.4 https://github.com/ndmitchell/hoogle/issues/245 - hpack < 0 # build failure with GHC 8.4 https://github.com/sol/hpack/issues/276 - 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