release-haskell: Correctly disable hls jobs on ghc 8.10.7
This commit is contained in:
parent
9504795b14
commit
b629581dc9
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ let
|
|||
funcmp = released;
|
||||
haskell-language-server = lib.subtractLists [
|
||||
# Support ceased as of 2.3.0.0
|
||||
compilerNames.ghc810
|
||||
compilerNames.ghc8107
|
||||
] released;
|
||||
hoogle = lib.subtractLists [
|
||||
compilerNames.ghc962
|
||||
|
|
Loading…
Reference in a new issue