Merge pull request #140518 from sternenseemann/hls-fix-stable
[21.05] haskell-language-server: remove ghc8107 from the wrapper
This commit is contained in:
commit
9590b4283d
|
@ -1,4 +1,4 @@
|
||||||
{ lib, supportedGhcVersions ? [ "884" "8104" "8107" ], stdenv, haskellPackages
|
{ lib, supportedGhcVersions ? [ "884" "8104" ], stdenv, haskellPackages
|
||||||
, haskell }:
|
, haskell }:
|
||||||
#
|
#
|
||||||
# The recommended way to override this package is
|
# The recommended way to override this package is
|
||||||
|
|
|
@ -207,7 +207,7 @@ let
|
||||||
# package sets (like Cabal, jailbreak-cabal) are
|
# package sets (like Cabal, jailbreak-cabal) are
|
||||||
# working as expected.
|
# working as expected.
|
||||||
cabal-install = all;
|
cabal-install = all;
|
||||||
Cabal_3_6_0_0 = with compilerNames; [ ghc884 ghc8104 ghc8107 ];
|
Cabal_3_4_0_0 = with compilerNames; [ ghc884 ghc8104 ghc8107 ];
|
||||||
funcmp = all;
|
funcmp = all;
|
||||||
# Doesn't currently work on ghc-9.0:
|
# Doesn't currently work on ghc-9.0:
|
||||||
# https://github.com/haskell/haskell-language-server/issues/297
|
# https://github.com/haskell/haskell-language-server/issues/297
|
||||||
|
|
Loading…
Reference in New Issue