Re: UnHappy 55 tuple [was: Re: PrelTup]

1998-06-16 Thread Simon L Peyton Jones
Hi Sigbjorn, I had another look at the 55 tuple problem. And this time, I could find a short program that produces the error. ... I had a look at `PrelTup.lhs' and it seems to define tuples up to 37 tuples or so. Maybe this is the problem. What shall I do? Hack `PrelTup.lhs'?

minor bug and help with alpha-debian-linux ?

1998-06-16 Thread Kristoffer Rose
Hi Guys, First a small bug: then line 1185 of the ghc-2.10 configure script has a bug: it is 1185 if test `eval $cmd_string 2/dev/null` != "1"; then but should be 1185 if test x`eval $cmd_string 2/dev/null` != x"1"; then in case one uses egcs (as I