haskellPackages.haskell-language-server: Pin dependencies

While the dependencies are being released for hls 0.10.0 they break
compatibility with hls 0.9.0 and therefor all need manual intervention
when they get released until hls 0.10.0 get’s released.
This commit is contained in:
Malte Brandy
2021-02-12 20:35:21 +01:00
committed by Peter Simons
parent 5fd1c13b7f
commit 9b8baeb8de
3 changed files with 87 additions and 0 deletions
@@ -1413,6 +1413,8 @@ self: super: {
# 2021-02-08: Jailbreaking because of
# https://github.com/haskell/haskell-language-server/issues/1329
hls-tactics-plugin = doJailbreak super.hls-tactics-plugin;
# 2021-02-11: Jailbreaking because of syntax error on bound revision
hls-explicit-imports-plugin = doJailbreak super.hls-explicit-imports-plugin;
# 2021-02-08: Overrides because nightly is to old for hls 0.9.0
lsp-test = doDistribute (dontCheck self.lsp-test_0_11_0_7);