release-haskell.nix: test GHC-specific packages for all package sets

ghc-bignum is the odd-one out as it's a core library for GHC >= 9.0
This commit is contained in:
sternenseemann 2022-02-18 15:06:51 +01:00
parent 104c152fd7
commit 4b20fd57a9

View File

@ -324,6 +324,13 @@ let
compilerNames.ghc8107
compilerNames.ghc902
];
ghc-bignum = [
compilerNames.ghc884
compilerNames.ghc8107
];
ghc-lib = released;
ghc-lib-parser = released;
ghc-lib-parser-ex = released;
})
{
mergeable = pkgs.releaseTools.aggregate {