From 39a02ce041750f27bc55ad4d38125f40fc7793eb Mon Sep 17 00:00:00 2001 From: maralorn Date: Wed, 21 Sep 2022 17:20:16 +0200 Subject: [PATCH] =?UTF-8?q?haskell.compiler:=20Don=E2=80=98t=20filter=20re?= =?UTF-8?q?dundant=20major=20version=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/top-level/release-haskell.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix index 529194b1d135..167896af4d2b 100644 --- a/pkgs/top-level/release-haskell.nix +++ b/pkgs/top-level/release-haskell.nix @@ -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;