haskellPackages.haskell-language-server: Fix build

This commit is contained in:
Malte Brandy 2020-11-15 03:12:18 +01:00 committed by Peter Simons
parent 63e5e85ba7
commit e2b6d74494

View file

@ -1404,11 +1404,13 @@ self: super: {
sha256 = "0j8980dmvwjcs72ahq2zc14hwkyd5ybgzyy1az3zq5flp383fai6";
includes = [ "ghcide.cabal" ];
}));
refinery = doDistribute super.refinery_0_3_0_0;
data-tree-print = doJailbreak super.data-tree-print;
# the hls brittany is objectively better, because there hasnt been a
# brittany release in a while and this version works with 8.10.
# And we need to build it anyways.
brittany = dontCheck super.hls-brittany;
# 2020-11-15: jailbreaking because we have strict 0.4 which is to new
brittany = dontCheck (doJailbreak super.hls-brittany);
# 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing
aeson = dontCheck super.aeson;