From e97aa12928b33eff71b18f85e231dd4977b66a8b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 20 Apr 2017 10:48:39 -0700 Subject: [PATCH] Disable nvim-hs per build failure #2457 --- build-constraints.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37ca23f4..930d83ec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3000,9 +3000,10 @@ packages: - uri-bytestring-aeson "Sebastian Witte @saep": - - nvim-hs - - nvim-hs-contrib - - nvim-hs-ghcid + [] + # - nvim-hs # build failure https://github.com/fpco/stackage/pull/2457 + # - nvim-hs-contrib # per nvim-hs + # - nvim-hs-ghcid # per nvim-hs # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems.