> On Wed, Jun 28, 2000 at 02:36:04AM -0700, Simon Marlow wrote:
> > [... Haskell frontend for ghc ...]
>
> How does that affect bootstrapping from hc files?
We haven't tackled it yet, but the plan is to write a Makefile that can
compile the .hc sources to the driver using gcc. It's just a case of
simulating what the driver would do; ie. adding all the right flags to gcc.
The other tricky part is that various configuration information is
dynamically compiled into the driver at the moment, this will probably have
to be replaced by a config file in order to do .hc bootstrapping.
Cheers,
Simon