
20 Feb
2013
20 Feb
'13
11:25 a.m.
On Wed, Feb 20, 2013 at 04:57:25PM +0100, Gabor Greif wrote:
when bootstrapping with GHC-7.7 I get
Note that if you want to use HEAD to build HEAD, then the only supported version is the one that you are building (e.g. you can use today's HEAD to build today's HEAD, but not to build tomorrow's HEAD).
Okay to push to master?
As long as it would still build with 7.4, sure. But actually, GHC back at least as far as 7.4 shipped with binary, so I don't think we need to build it with the bootstrapping compiler any more. Does the build go through if you just remove binary from "PKGS_THAT_BUILD_WITH_STAGE0" in ghc.mk instead? Thanks Ian