[Hat] Problems getting started
Malcolm Wallace
hat@haskell.org
Thu, 31 Jul 2003 17:48:09 +0100
Thomas Davie <tatd100@cs.york.ac.uk> writes:
> > Maybe the best thing to do is just to disable readline for now.
> > HMAKEFLAGS = -fglasgow-exts -package lang -package util -DUSE_READLINE=1
> > to
> > HMAKEFLAGS = -fglasgow-exts -package lang -package util -DUSE_READLINE=0
>
> Hmm, that doesn't seem to have stopped make looking for readline:
Probably you should remove the -package util as well, since that is
where readline lives in the GHC world.
Regards,
Malcolm