forked from mirrors/nixpkgs
haskell.compiler: Don‘t filter redundant major version jobs
This commit is contained in:
parent
122c082943
commit
39a02ce041
|
@ -140,13 +140,7 @@ let
|
|||
# ghcjs attribute in their bootstrap package set (exposed via passthru) which
|
||||
# would otherwise be ignored by Hydra.
|
||||
bootGhcjs = (packagePlatforms pkgs.haskell.compiler.${ghcjsName}.passthru).bootGhcjs;
|
||||
})) // {
|
||||
ghc88 = {};
|
||||
ghc810 = {};
|
||||
ghc90 = {};
|
||||
ghc92 = {};
|
||||
ghc94 = {};
|
||||
};
|
||||
}));
|
||||
|
||||
tests.haskell = packagePlatforms pkgs.tests.haskell;
|
||||
|
||||
|
|
Loading…
Reference in a new issue