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;
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;
};