release-haskell.nix: Cleanup missing compiler names

This commit is contained in:
maralorn 2024-01-01 18:04:53 +01:00
parent 2684e3ea4b
commit dffa76ad6e

View File

@ -62,7 +62,6 @@ let
released = with compilerNames; [
ghc8107
ghc902
ghc924
ghc925
ghc926
ghc927
@ -71,7 +70,6 @@ let
ghc946
ghc947
ghc948
ghc962
ghc963
ghc981
];
@ -510,12 +508,10 @@ let
compilerNames.ghc8107
] released;
hoogle = lib.subtractLists [
compilerNames.ghc962
compilerNames.ghc963
compilerNames.ghc981
] released;
hlint = lib.subtractLists [
compilerNames.ghc962
compilerNames.ghc963
compilerNames.ghc981
] released;
@ -567,7 +563,6 @@ let
weeder = [
compilerNames.ghc8107
compilerNames.ghc902
compilerNames.ghc924
compilerNames.ghc925
compilerNames.ghc926
compilerNames.ghc927
@ -576,7 +571,6 @@ let
compilerNames.ghc946
compilerNames.ghc947
compilerNames.ghc948
compilerNames.ghc962
compilerNames.ghc963
];
})
@ -653,7 +647,6 @@ let
jobs.pkgsMusl.haskell.compiler.ghc8107Binary
jobs.pkgsMusl.haskell.compiler.ghc8107
jobs.pkgsMusl.haskell.compiler.ghc902
jobs.pkgsMusl.haskell.compiler.ghc924
jobs.pkgsMusl.haskell.compiler.ghc925
jobs.pkgsMusl.haskell.compiler.ghc926
jobs.pkgsMusl.haskell.compiler.ghc927