forked from mirrors/nixpkgs
pkgs/top-level/release.nix: build the ghc 7.2.2 binary
This commit is contained in:
parent
631ad32b5d
commit
ad80939299
|
@ -371,6 +371,10 @@ let
|
|||
ghc = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc722 = {
|
||||
ghc = ghcSupported;
|
||||
};
|
||||
|
||||
haskellPackages_ghc742 = {
|
||||
ghc = ghcSupported;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue