Re: hat Auxfixity.hs:92 error?
Malcolm Wallace <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Daniel Parry <[email protected]> writes: > Thanks, the debugger worked fine with (negate 1) replacing -1. I would > just point out though that hat-trail will fail on systems that don't > have x-term installed, with: > > sh: resize: command not found > Fail: Command (resize -u) failed This is mentioned in the documentation at http://www.cs.york.ac.uk/fp/hat/requirements.html All that is really required is any terminal emulator that does ANSI colour codes, but the problem is to discover the user's preference at configuration time. We decided to choose the most commonly available one - xterm - as a de facto standard, likely to be available almost everywhere. Regards, Malcolm