1 Aug
2003
1 Aug
'03
12:48 a.m.
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