forked from mirrors/nixpkgs
release-haskell.nix: test weeder for currently working GHC versions
This commit is contained in:
parent
2d0b56360f
commit
6e267b064b
|
@ -376,6 +376,11 @@ let
|
|||
spectacle = [
|
||||
compilerNames.ghc8107
|
||||
];
|
||||
weeder = [
|
||||
compilerNames.ghc8107
|
||||
compilerNames.ghc902
|
||||
compilerNames.ghc923
|
||||
];
|
||||
})
|
||||
{
|
||||
mergeable = pkgs.releaseTools.aggregate {
|
||||
|
|
Loading…
Reference in a new issue