release-haskell.nix: fix HLS GHC exclusions
This commit is contained in:
parent
ffb0a0a0cc
commit
e63a47bef9
1 changed files with 2 additions and 2 deletions
|
@ -491,9 +491,9 @@ let
|
|||
funcmp = released;
|
||||
haskell-language-server = lib.subtractLists [
|
||||
# Support ceased as of 1.9.0.0
|
||||
compilerNames.ghc88
|
||||
compilerNames.ghc884
|
||||
# Support ceased as of 2.3.0.0
|
||||
compilerNames.ghc810
|
||||
compilerNames.ghc8107
|
||||
] released;
|
||||
hoogle = lib.subtractLists [
|
||||
compilerNames.ghc962
|
||||
|
|
Loading…
Reference in a new issue