pkgs/top-level/release.nix: build the ghc 7.2.2 binary

This commit is contained in:
Peter Simons 2013-12-26 20:23:21 +01:00
parent 631ad32b5d
commit ad80939299

View File

@ -371,6 +371,10 @@ let
ghc = ghcSupported;
};
haskellPackages_ghc722 = {
ghc = ghcSupported;
};
haskellPackages_ghc742 = {
ghc = ghcSupported;
};