Merge pull request #140518 from sternenseemann/hls-fix-stable

[21.05] haskell-language-server: remove ghc8107 from the wrapper
This commit is contained in:
maralorn 2021-10-04 22:02:08 +02:00 committed by GitHub
commit 9590b4283d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, supportedGhcVersions ? [ "884" "8104" "8107" ], stdenv, haskellPackages
{ lib, supportedGhcVersions ? [ "884" "8104" ], stdenv, haskellPackages
, haskell }:
#
# The recommended way to override this package is

View File

@ -207,7 +207,7 @@ let
# package sets (like Cabal, jailbreak-cabal) are
# working as expected.
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;
# Doesn't currently work on ghc-9.0:
# https://github.com/haskell/haskell-language-server/issues/297