haskellPackages.haskell-language-server: Fix build

This commit is contained in:
Malte Brandy
2021-04-02 11:57:32 +02:00
parent 3f95f98a4b
commit e5c6124adb
3 changed files with 72 additions and 61 deletions
@@ -1430,6 +1430,9 @@ self: super: {
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_0_0_4;
});
# 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);
# 2021-03-21 Test hangs
# https://github.com/haskell/haskell-language-server/issues/1562
# Jailbreak because of: https://github.com/haskell/haskell-language-server/pull/1595