Hanging when loading standard prelude
Sigbjorn Finne
sof@galois.com
Wed, 3 Apr 2002 10:41:43 -0800
Hi,
thanks for reporting this. This bug has been fixed in the current
sources -- http://cvs.haskell.org/ if you're interested in checking
it out.
--sigbjorn
----- Original Message -----
From: "jason doty" <jdoty@math.luc.edu>
To: <hugs-bugs@haskell.org>
Sent: Wednesday, April 03, 2002 03:45
Subject: Hanging when loading standard prelude
> Hugs December 2001 release
> SGI IRIX 6.5.14
> gcc version 2.95.2
>
> After compiling, hugs would hang when loading the standard prelude. The
> source of the bug seems to be line 516 of input.c. Changing "EOF" to
> "(char)-1" fixed it.
>
> hope this helps,
> jason doty
>