Update release.nix w.r.t. ghc versions.
svn path=/nixpkgs/trunk/; revision=28189
This commit is contained in:
parent
981d6e6a7f
commit
9d98555410
@ -410,14 +410,10 @@ with (import ./release-lib.nix);
|
||||
};
|
||||
|
||||
haskellPackages_ghc6123 = {
|
||||
darcs = ghcSupported;
|
||||
ghc = ghcSupported;
|
||||
gitit = linux;
|
||||
gtk = linux;
|
||||
leksah = linux;
|
||||
haskellPlatform_2010_2_0_0 = ghcSupported;
|
||||
lhs2tex = ghcSupported;
|
||||
xmonad = linux;
|
||||
haskellPlatform = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc701 = {
|
||||
@ -425,11 +421,16 @@ with (import ./release-lib.nix);
|
||||
};
|
||||
|
||||
haskellPackages_ghc702 = {
|
||||
ghc = ghcSupported;
|
||||
haskellPlatform = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc704 = {
|
||||
darcs = ghcSupported;
|
||||
ghc = ghcSupported;
|
||||
gitit = linux;
|
||||
gtk = linux;
|
||||
haskellPlatform_2011_2_0_0 = ghcSupported;
|
||||
haskellPlatform = ghcSupported;
|
||||
lhs2tex = ghcSupported;
|
||||
xmonad = linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user