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;
|
ghc = ghcSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
haskellPackages_ghc722 = {
|
||||||
|
ghc = ghcSupported;
|
||||||
|
};
|
||||||
|
|
||||||
haskellPackages_ghc742 = {
|
haskellPackages_ghc742 = {
|
||||||
ghc = ghcSupported;
|
ghc = ghcSupported;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user