haskellPackages.haskell-language-server: Fix build

This commit is contained in:
Malte Brandy
2021-05-07 23:58:19 +02:00
parent 76d2dc403e
commit 6b43d3d8f6
2 changed files with 1 additions and 9 deletions
@@ -1452,7 +1452,7 @@ self: super: {
});
# 2021-03-09: Overrides because nightly is to old for hls 1.0.0
lsp-test = doDistribute (dontCheck self.lsp-test_0_13_0_0);
lsp-test = doDistribute (dontCheck self.lsp-test_0_14_0_0);
# 2021-03-21 Test hangs
# https://github.com/haskell/haskell-language-server/issues/1562