haskellPackages.haskell-language-server: Fix build
This commit is contained in:
parent
0a9f632de4
commit
75da00cacd
@ -1406,16 +1406,12 @@ self: super: {
|
|||||||
# 2020-11-19: Checks nearly fixed, but still disabled because of flaky tests:
|
# 2020-11-19: Checks nearly fixed, but still disabled because of flaky tests:
|
||||||
# https://github.com/haskell/haskell-language-server/issues/610
|
# https://github.com/haskell/haskell-language-server/issues/610
|
||||||
# https://github.com/haskell/haskell-language-server/issues/611
|
# https://github.com/haskell/haskell-language-server/issues/611
|
||||||
haskell-language-server = overrideCabal (dontCheck super.haskell-language-server) {
|
haskell-language-server = dontCheck super.haskell-language-server;
|
||||||
# 2020-02-19: Override is necessary because of wrong bound on upstream, remove after next hackage update
|
|
||||||
preConfigure = ''
|
# 2020-02-26: Outdated upperbound on ghc-exactprint
|
||||||
substituteInPlace haskell-language-server.cabal --replace "hls-explicit-imports-plugin ==0.1.0.1" "hls-explicit-imports-plugin ==0.1.0.0"
|
# https://github.com/lspitzner/brittany/issues/342
|
||||||
'';
|
brittany = doJailbreak super.brittany;
|
||||||
};
|
|
||||||
|
|
||||||
# 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
|
# 2021-02-11: Jailbreaking because of syntax error on bound revision
|
||||||
hls-explicit-imports-plugin = doJailbreak super.hls-explicit-imports-plugin;
|
hls-explicit-imports-plugin = doJailbreak super.hls-explicit-imports-plugin;
|
||||||
|
|
||||||
|
@ -2800,14 +2800,12 @@ package-maintainers:
|
|||||||
- nix-diff
|
- nix-diff
|
||||||
maralorn:
|
maralorn:
|
||||||
- reflex-dom
|
- reflex-dom
|
||||||
- ghcide
|
|
||||||
- cabal-fmt
|
- cabal-fmt
|
||||||
- shh
|
- shh
|
||||||
- brittany
|
|
||||||
- hlint
|
|
||||||
- neuron
|
- neuron
|
||||||
- releaser
|
- releaser
|
||||||
- taskwarrior
|
- taskwarrior
|
||||||
|
- haskell-language-server
|
||||||
sorki:
|
sorki:
|
||||||
- cayene-lpp
|
- cayene-lpp
|
||||||
- data-stm32
|
- data-stm32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user