mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user