Changed ghc versions in release.nix.

svn path=/nixpkgs/trunk/; revision=26218
This commit is contained in:
Andres Löh 2011-03-09 08:50:50 +00:00
parent 92db39f586
commit 9c416145b5

View File

@ -398,14 +398,6 @@ with (import ./release-lib.nix);
gtk = linux;
};
haskellPackages_ghc6102 = {
ghc = ghcSupported;
};
haskellPackages_ghc6103 = {
ghc = ghcSupported;
};
haskellPackages_ghc6104 = {
ghc = ghcSupported;
gtk2hs = linux;
@ -419,12 +411,6 @@ with (import ./release-lib.nix);
haskellPlatform_2010_1_0_0 = ghcSupported;
};
haskellPackages_ghc6122 = {
darcs = ghcSupported;
ghc = ghcSupported;
haskellPlatform_2010_1_0_0 = ghcSupported;
};
haskellPackages_ghc6123 = {
darcs = ghcSupported;
ghc = ghcSupported;
@ -440,6 +426,10 @@ with (import ./release-lib.nix);
ghc = ghcSupported;
};
haskellPackages_ghc702 = {
ghc = ghcSupported;
};
kde3 = {
kdebase = linux;
kdelibs = linux;