release-haskell.nix: simplify versioned jobs for ghc-tags

This commit is contained in:
sternenseemann 2023-10-15 00:47:25 +02:00
parent a63c085661
commit 42d88fa4d2

View File

@ -559,20 +559,10 @@ let
compilerNames.ghc902
compilerNames.ghc928
];
ghc-tags = [
compilerNames.ghc8107
compilerNames.ghc902
compilerNames.ghc924
compilerNames.ghc925
compilerNames.ghc926
compilerNames.ghc927
compilerNames.ghc928
compilerNames.ghc945
compilerNames.ghc946
compilerNames.ghc947
compilerNames.ghc962
compilerNames.ghc963
];
ghc-tags = lib.subtractLists [
compilerNames.ghc884
compilerNames.ghc981
] released;
hashable = lib.subtractLists [
compilerNames.ghc981
] released;