Re: Problems getting started
Malcolm Wallace <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Thomas Davie <[email protected]> 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