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;