haskellPackages.haskell-language-server: Fix darwin and aarch64 builds
This commit is contained in:
parent
0e9230fcce
commit
17af0071b5
2 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ self: super: {
|
|||
grammatical-parsers = dontCheck super.grammatical-parsers;
|
||||
construct = dontCheck super.construct;
|
||||
orbits = dontCheck super.orbits;
|
||||
hls-splice-plugin = dontCheck super.hls-splice-plugin;
|
||||
|
||||
# https://github.com/ekmett/half/issues/35
|
||||
half = dontCheck super.half;
|
||||
|
|
|
@ -171,5 +171,6 @@ self: super: {
|
|||
# 2021-05-25: Tests fail and I have no way to debug them.
|
||||
hls-class-plugin = dontCheck super.hls-class-plugin;
|
||||
hls-brittany-plugin = dontCheck super.hls-brittany-plugin;
|
||||
hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue