Skip to content

Commit

Permalink
haskell.compiler: Don‘t filter redundant major version jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Sep 21, 2022
1 parent 122c082 commit 39a02ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkgs/top-level/release-haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 39a02ce

Please sign in to comment.