mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
ghc: bootstrap 8.2.2 with 8.2.1-binary.
This commit is contained in:
parent
f1a6fa6eec
commit
9361b7eb85
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue