From 6609f91e613c6530cc39f2ddb8c20ecc521a6964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Tue, 31 Aug 2010 15:54:08 +0000 Subject: [PATCH] Fixing Haskell Platform attribute names in release.nix. svn path=/nixpkgs/trunk/; revision=23569 --- pkgs/top-level/release.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 869e669779f..22b8ee6a4fd 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -413,26 +413,26 @@ with (import ./release-lib.nix); gitit = linux; gtk2hs = linux; leksah = linux; - haskellPlatform2009202 = ghcSupported; + haskellPlatform_2009_2_0_2 = ghcSupported; xmonad = linux; }; haskellPackages_ghc6121 = { darcs = ghcSupported; ghc = ghcSupported; - haskellPlatform2010100 = ghcSupported; + haskellPlatform_2010_1_0_0 = ghcSupported; }; haskellPackages_ghc6122 = { darcs = ghcSupported; ghc = ghcSupported; - haskellPlatform2010100 = ghcSupported; + haskellPlatform_2010_1_0_0 = ghcSupported; }; haskellPackages_ghc6123 = { darcs = ghcSupported; ghc = ghcSupported; - haskellPlatform2010200 = ghcSupported; + haskellPlatform_2010_2_0_0 = ghcSupported; lhs2tex = ghcSupported; xmonad = linux; };