Merge pull request #33129 from domenkozar/ghc-binary-boot-pkgs

ghc: wire up new binary ghc for bootstrapping
This commit is contained in:
Peter Simons
2017-12-28 19:28:40 +01:00
committed by GitHub
4 changed files with 19 additions and 11 deletions

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetchurl, perl
, ncurses5, gmp, libiconv
, enableIntegerSimple ? false
, gcc
}:

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetchurl, perl
, ncurses5, gmp, libiconv
, enableIntegerSimple ? false
}:
let

View File

@@ -1,7 +1,6 @@
{ stdenv
, fetchurl, perl, gcc
, ncurses5, gmp, libiconv
, enableIntegerSimple ? false
}:
let