haskell.compiler: Don‘t filter redundant major version jobs

This commit is contained in:
maralorn 2022-09-21 17:20:16 +02:00
parent 122c082943
commit 39a02ce041

View File

@ -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;