From e0b0be9fb37e519688b4665d91dccb049fa60d60 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Mar 2013 19:25:27 +0100 Subject: [PATCH] pkgs/top-level/release.nix: enable Hydra builds of GHC versions 6.10.4, 6.12.3, 7.0.4, 7.4.2, and 7.6.2 Ensure that binary packages of the compiler itself are available from Hydra. --- pkgs/top-level/release.nix | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 194e6085e15..595c6b427a2 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -347,43 +347,25 @@ with (import ./release-lib.nix); gnome_vfs = linux; }; - /* haskellPackages_ghc6104 = { ghc = ghcSupported; - haskellPlatform_2009_2_0_2 = ghcSupported; - }; - - haskellPackages_ghc6121 = { - ghc = ghcSupported; - haskellPlatform_2010_1_0_0 = ghcSupported; }; haskellPackages_ghc6123 = { ghc = ghcSupported; - gitit = linux; - gtk = linux; - haskellPlatform = ghcSupported; - }; - - haskellPackages_ghc701 = { - ghc = ghcSupported; - }; - - haskellPackages_ghc702 = { - ghc = ghcSupported; - haskellPlatform = ghcSupported; }; haskellPackages_ghc704 = { - darcs = ghcSupported; ghc = ghcSupported; - gitit = linux; - gtk = linux; - haskellPlatform = ghcSupported; - lhs2tex = ghcSupported; - xmonad = linux; }; - */ + + haskellPackages_ghc742 = { + ghc = ghcSupported; + }; + + haskellPackages_ghc762 = { + ghc = ghcSupported; + }; strategoPackages = { sdf = linux;