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 = {
|
haskellPackages_ghc6123 = {
|
||||||
darcs = ghcSupported;
|
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
gitit = linux;
|
gitit = linux;
|
||||||
gtk = linux;
|
gtk = linux;
|
||||||
leksah = linux;
|
haskellPlatform = ghcSupported;
|
||||||
haskellPlatform_2010_2_0_0 = ghcSupported;
|
|
||||||
lhs2tex = ghcSupported;
|
|
||||||
xmonad = linux;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc701 = {
|
haskellPackages_ghc701 = {
|
||||||
@ -425,11 +421,16 @@ with (import ./release-lib.nix);
|
|||||||
};
|
};
|
||||||
|
|
||||||
haskellPackages_ghc702 = {
|
haskellPackages_ghc702 = {
|
||||||
|
ghc = ghcSupported;
|
||||||
|
haskellPlatform = ghcSupported;
|
||||||
|
};
|
||||||
|
|
||||||
|
haskellPackages_ghc704 = {
|
||||||
darcs = ghcSupported;
|
darcs = ghcSupported;
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
gitit = linux;
|
gitit = linux;
|
||||||
gtk = linux;
|
gtk = linux;
|
||||||
haskellPlatform_2011_2_0_0 = ghcSupported;
|
haskellPlatform = ghcSupported;
|
||||||
lhs2tex = ghcSupported;
|
lhs2tex = ghcSupported;
|
||||||
xmonad = linux;
|
xmonad = linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user