On Fri, Aug 24, 2012 at 10:17 AM, Simon Marlow <[email protected]> wrote: > I mean the build parameters, e.g. which GHC to use. These are part of the > build server somewhere, the client doesn't have any control. So someone > needs to fix the win32 builders to use ghc-7.4.1 instead of 7.0.3.
Probably I am misunderstanding something, but as far as I know the minimum version of the bootstrapping compiler is specified in the configure script (i.e. in the GHC sources). I think this issue can be fixed by placing the directory of the GHC 7.4.1 binary in front in the path, or remove/disable the old 7.0.x compiler. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
