A prototype explorer for Haskell

2000-11-10 Thread Jan Skibinski
Check http://www.numeric-quest.com/haskell/explorer/explorer.html and tell me what you think about it. The tool uses :browse command of Hugs. There is always a choice for this kind of work: + Parse the source modules. Pro: Tools are por

Hugs and Linux

2000-11-10 Thread david . landell
I can't get hugs98 to work under my linuxplatform. I have the Red Hat distirbution 7.0. The problem is that hugs requires a file called "readline.so.3" and I have "readline.so.4" on my system. Does anyone know how to get around this problem?? Best regards, David Landell

RE: Hugs and Linux

2000-11-10 Thread Julian Seward (Intl Vendor)
| I can't get hugs98 to work under my linuxplatform. I have the Red | Hat distirbution 7.0. | The problem is that hugs requires a file called "readline.so.3" and | I have "readline.so.4" on my system. Does anyone know how to get | around this problem?? I guess you are installing a binary RPM?

Re: Hugs and Linux

2000-11-10 Thread Fergus Henderson
On 10-Nov-2000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I can't get hugs98 to work under my linuxplatform. I have the Red > Hat distirbution 7.0. > The problem is that hugs requires a file called "readline.so.3" and > I have "readline.so.4" on my system. Does anyone know how to get > ar

Re: Hugs and Linux

2000-11-10 Thread Dennis Bjorklund
On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote: > I can't get hugs98 to work under my linuxplatform. I have the Red > Hat distirbution 7.0. > The problem is that hugs requires a file called "readline.so.3" and > I have "readline.so.4" on my system Simply install readline.so.3. It should be in the

Re: A prototype explorer for Haskell

2000-11-10 Thread Paul Hudak
> Check > http://www.numeric-quest.com/haskell/explorer/explorer.html > and tell me what you think about it. > > The tool uses :browse command of Hugs. There is always > a choice for this kind of work: > > + Parse the source modules. > Pr

Re: Hugs and Linux

2000-11-10 Thread Yiorgos Adamopoulos
On Fri, Nov 10, 2000 at 11:58:05AM +0100, [EMAIL PROTECTED] wrote: > I can't get hugs98 to work under my linuxplatform. I have the Red > Hat distirbution 7.0. Both Hugs and GHC do not compile out of the box on RH7.0 ___ Haskell mailing list [EMAIL PROT

Re: Hugs and Linux

2000-11-10 Thread Jeffrey R. Lewis
[EMAIL PROTECTED] wrote: > I can't get hugs98 to work under my linuxplatform. I have the Red > Hat distirbution 7.0. > The problem is that hugs requires a file called "readline.so.3" and > I have "readline.so.4" on my system. Does anyone know how to get > around this problem?? There will be a re

RE: A prototype explorer for Haskell

2000-11-10 Thread Simon Peyton-Jones
| 2) Why can't we as a community create "front-end" tools such as this | that can be used with several compiler back-ends? I must admit I was | disappointed when the grand "Hugs/GHC merger" was abandoned (I'm not | criticizing the decision, just expressing my disappointment). Me too. But don'

Re: A prototype explorer for Haskell

2000-11-10 Thread Jan Skibinski
On Fri, 10 Nov 2000, Paul Hudak wrote: > Good work Jan. I have two comments/questions: Thank you, Paul (and all the others that responded privately). > 1) Why can't we do this sort of thing in a Haskell GUI tool such as > FranTk? What is missing that would make it as easy as