[Hat] Problems getting started

Thomas Davie hat@haskell.org
Fri, 1 Aug 2003 10:11:20 +0100


On Thursday, Jul 31, 2003, at 17:48 Europe/London, Malcolm Wallace 
wrote:

> 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.

Thanks a lot Malcolm, I've got everything I was going to look at 
working I think, thanks for putting up with some of my occasionally 
blatant stupidity.

Tom Davie