Changed ghc versions in release.nix.
svn path=/nixpkgs/trunk/; revision=26218
This commit is contained in:
parent
92db39f586
commit
9c416145b5
|
@ -398,14 +398,6 @@ with (import ./release-lib.nix);
|
||||||
gtk = linux;
|
gtk = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6102 = {
|
|
||||||
ghc = ghcSupported;
|
|
||||||
};
|
|
||||||
|
|
||||||
haskellPackages_ghc6103 = {
|
|
||||||
ghc = ghcSupported;
|
|
||||||
};
|
|
||||||
|
|
||||||
haskellPackages_ghc6104 = {
|
haskellPackages_ghc6104 = {
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
gtk2hs = linux;
|
gtk2hs = linux;
|
||||||
|
@ -419,12 +411,6 @@ with (import ./release-lib.nix);
|
||||||
haskellPlatform_2010_1_0_0 = ghcSupported;
|
haskellPlatform_2010_1_0_0 = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc6122 = {
|
|
||||||
darcs = ghcSupported;
|
|
||||||
ghc = ghcSupported;
|
|
||||||
haskellPlatform_2010_1_0_0 = ghcSupported;
|
|
||||||
};
|
|
||||||
|
|
||||||
haskellPackages_ghc6123 = {
|
haskellPackages_ghc6123 = {
|
||||||
darcs = ghcSupported;
|
darcs = ghcSupported;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
|
@ -440,6 +426,10 @@ with (import ./release-lib.nix);
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
haskellPackages_ghc702 = {
|
||||||
|
ghc = ghcSupported;
|
||||||
|
};
|
||||||
|
|
||||||
kde3 = {
|
kde3 = {
|
||||||
kdebase = linux;
|
kdebase = linux;
|
||||||
kdelibs = linux;
|
kdelibs = linux;
|
||||||
|
|
Loading…
Reference in New Issue