pkgs/top-level/release.nix: build all versions of GHC on their supported platforms

This commit is contained in:
Peter Simons 2015-01-16 23:23:23 +01:00
parent 5d91f7f47f
commit 08c3f2bc05

View File

@ -270,29 +270,7 @@ let
gnome_vfs = linux;
};
haskellPackages_ghc6104 = {
ghc = ghcSupported;
};
haskellPackages_ghc6123 = {
ghc = ghcSupported;
};
haskellPackages_ghc704 = {
ghc = ghcSupported;
};
haskellPackages_ghc722 = {
ghc = ghcSupported;
};
haskellPackages_ghc742 = {
ghc = ghcSupported;
};
haskellPackages_ghc763 = {
ghc = ghcSupported;
};
haskell-ng.compiler = packagesWithMetaPlatform pkgs.haskell-ng.compiler;
strategoPackages = {
sdf = linux;