Fixing Haskell Platform attribute names in release.nix.

svn path=/nixpkgs/trunk/; revision=23569
This commit is contained in:
Andres Löh 2010-08-31 15:54:08 +00:00
parent ed7f0ddfc3
commit 6609f91e61

View file

@ -413,26 +413,26 @@ with (import ./release-lib.nix);
gitit = linux; gitit = linux;
gtk2hs = linux; gtk2hs = linux;
leksah = linux; leksah = linux;
haskellPlatform2009202 = ghcSupported; haskellPlatform_2009_2_0_2 = ghcSupported;
xmonad = linux; xmonad = linux;
}; };
haskellPackages_ghc6121 = { haskellPackages_ghc6121 = {
darcs = ghcSupported; darcs = ghcSupported;
ghc = ghcSupported; ghc = ghcSupported;
haskellPlatform2010100 = ghcSupported; haskellPlatform_2010_1_0_0 = ghcSupported;
}; };
haskellPackages_ghc6122 = { haskellPackages_ghc6122 = {
darcs = ghcSupported; darcs = ghcSupported;
ghc = ghcSupported; ghc = ghcSupported;
haskellPlatform2010100 = ghcSupported; haskellPlatform_2010_1_0_0 = ghcSupported;
}; };
haskellPackages_ghc6123 = { haskellPackages_ghc6123 = {
darcs = ghcSupported; darcs = ghcSupported;
ghc = ghcSupported; ghc = ghcSupported;
haskellPlatform2010200 = ghcSupported; haskellPlatform_2010_2_0_0 = ghcSupported;
lhs2tex = ghcSupported; lhs2tex = ghcSupported;
xmonad = linux; xmonad = linux;
}; };