From 9d98555410727d3d44b4d3ef31971abe39f46aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Sat, 6 Aug 2011 10:28:24 +0000 Subject: [PATCH] Update release.nix w.r.t. ghc versions. svn path=/nixpkgs/trunk/; revision=28189 --- pkgs/top-level/release.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index b186cec062d3..251dc475eef9 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -410,14 +410,10 @@ with (import ./release-lib.nix); }; haskellPackages_ghc6123 = { - darcs = ghcSupported; ghc = ghcSupported; gitit = linux; gtk = linux; - leksah = linux; - haskellPlatform_2010_2_0_0 = ghcSupported; - lhs2tex = ghcSupported; - xmonad = linux; + haskellPlatform = ghcSupported; }; haskellPackages_ghc701 = { @@ -425,11 +421,16 @@ with (import ./release-lib.nix); }; haskellPackages_ghc702 = { + ghc = ghcSupported; + haskellPlatform = ghcSupported; + }; + + haskellPackages_ghc704 = { darcs = ghcSupported; ghc = ghcSupported; gitit = linux; gtk = linux; - haskellPlatform_2011_2_0_0 = ghcSupported; + haskellPlatform = ghcSupported; lhs2tex = ghcSupported; xmonad = linux; };