mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #33350 from dhess/ghc821Binary
ghc: bootstrap 8.2.2 with 8.2.1-binary.
This commit is contained in:
commit
c1497cac72
@ -72,7 +72,7 @@ in rec {
|
||||
sphinx = pkgs.python27Packages.sphinx;
|
||||
};
|
||||
ghc822 = callPackage ../development/compilers/ghc/8.2.2.nix rec {
|
||||
bootPkgs = packages.ghc7103Binary;
|
||||
bootPkgs = packages.ghc821Binary;
|
||||
inherit (bootPkgs) hscolour alex happy;
|
||||
inherit buildPlatform targetPlatform;
|
||||
sphinx = pkgs.python3Packages.sphinx;
|
||||
|
Loading…
Reference in New Issue
Block a user