haskellPackages.haskell-language-server: Fixing build

by pinning apply-refact
This commit is contained in:
Malte Brandy
2021-01-22 20:34:28 +01:00
committed by Peter Simons
parent d07ff60c02
commit 952ebcf65f
3 changed files with 36 additions and 0 deletions
@@ -1420,6 +1420,10 @@ self: super: {
lsp-test = dontCheck self.lsp-test_0_11_0_7;
fourmolu = self.fourmolu_0_3_0_0;
});
# 2021-01-20
# apply-refact 0.9.0.0 get's a build error with hls-hlint-plugin 0.8.0
# https://github.com/haskell/haskell-language-server/issues/1240
apply-refact = super.apply-refact_0_8_2_1;
fourmolu = dontCheck super.fourmolu;
# 1. test requires internet