pkgs/top-level/release.nix: enable Hydra builds of GHC versions 6.10.4, 6.12.3, 7.0.4, 7.4.2, and 7.6.2
Ensure that binary packages of the compiler itself are available from Hydra.
This commit is contained in:
parent
3bf249cb12
commit
e0b0be9fb3
@ -347,43 +347,25 @@ with (import ./release-lib.nix);
|
||||
gnome_vfs = linux;
|
||||
};
|
||||
|
||||
/*
|
||||
haskellPackages_ghc6104 = {
|
||||
ghc = ghcSupported;
|
||||
haskellPlatform_2009_2_0_2 = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc6121 = {
|
||||
ghc = ghcSupported;
|
||||
haskellPlatform_2010_1_0_0 = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc6123 = {
|
||||
ghc = ghcSupported;
|
||||
gitit = linux;
|
||||
gtk = linux;
|
||||
haskellPlatform = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc701 = {
|
||||
ghc = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc702 = {
|
||||
ghc = ghcSupported;
|
||||
haskellPlatform = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc704 = {
|
||||
darcs = ghcSupported;
|
||||
ghc = ghcSupported;
|
||||
gitit = linux;
|
||||
gtk = linux;
|
||||
haskellPlatform = ghcSupported;
|
||||
lhs2tex = ghcSupported;
|
||||
xmonad = linux;
|
||||
};
|
||||
*/
|
||||
|
||||
haskellPackages_ghc742 = {
|
||||
ghc = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc762 = {
|
||||
ghc = ghcSupported;
|
||||
};
|
||||
|
||||
strategoPackages = {
|
||||
sdf = linux;
|
||||
|
Loading…
Reference in New Issue
Block a user