
31 Jul
2003
31 Jul
'03
12:48 p.m.
Thomas Davie
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