haskellPackages.ghcide: unbreak

This commit is contained in:
Poscat 2020-12-16 00:39:17 +08:00 committed by Peter Simons
parent aff8bc92ae
commit 056f4390aa

View File

@ -1400,13 +1400,11 @@ self: super: {
}); });
fourmolu = dontCheck super.fourmolu; fourmolu = dontCheck super.fourmolu;
ghcide = dontCheck (appendPatch super.ghcide (pkgs.fetchpatch { # 1. test requires internet
# 2020-11-13: Bumping bounds via an already upstream merged change # 2. dependency shake-bench hasn't been published yet so we also need unmarkBroken and doDistribute
# https://github.com/haskell/ghcide/pull/905 ghcide = doDistribute (unmarkBroken (dontCheck
url = https://github.com/haskell/ghcide/commit/9b8aaf9b06846571cc0b5d46680e686e4f9153a3.patch; (super.ghcide.override { lsp-test = dontCheck self.lsp-test_0_11_0_7; })
sha256 = "0j8980dmvwjcs72ahq2zc14hwkyd5ybgzyy1az3zq5flp383fai6"; ));
includes = [ "ghcide.cabal" ];
}));
refinery = doDistribute super.refinery_0_3_0_0; refinery = doDistribute super.refinery_0_3_0_0;
data-tree-print = doJailbreak super.data-tree-print; data-tree-print = doJailbreak super.data-tree-print;
# the hls brittany is objectively better, because there hasnt been a # the hls brittany is objectively better, because there hasnt been a