2.10 Problem(?)

1998-02-23 Thread ajf
Hi! We've just downloaded the 2.10 binaries and had a problem with the Makefile. It starts with: PACKAGE_SH_SCRIPTS = PACKAGE_PRL_SCRIPTS = ghc stat2resid hstags mkdependHS PACKAGE_LIB_PRL_SCRIPTS = hscpp PACKAGE_BINS = When we make in-place the test inside config-pkgs, i.e. @if

Re: GHC3.00:stranal/SaAbsInt.lhs:665: Non-exhaustive patterns in ...

1998-02-23 Thread Sigbjorn Finne
Jon Mountjoy writes: Hello People, Compiling with ghc-3.00 I get: TypeDt.lhs:189: Pattern match(es) are overlapped in the definition of function `showType' x = ... NOTE: Simplifier still going after 4 iterations; bailing out. stranal/SaAbsInt.lhs:665:

3.01: readline build glitch?

1998-02-23 Thread Alex Ferguson
Is this an Actual Bug, or a Ferguson Foulup? Looks like it's looking for readline stuff that isn't there, and which it _knows_ isn't there. Do I need to disable Readline as a config option? This all worked swimmingly in ghc-3.00... Slainte. Alex. _ oconnor.ucc.ie:~/ghc-3.01/build:

Re: 3.01: readline build glitch?

1998-02-23 Thread Simon Marlow
Alex Ferguson [EMAIL PROTECTED] writes: Is this an Actual Bug, or a Ferguson Foulup? Looks like it's looking for readline stuff that isn't there, and which it _knows_ isn't there. Do I need to disable Readline as a config option? This all worked swimmingly in ghc-3.00... You need to

Re: Ambiguity

1998-02-23 Thread Simon Marlow
Simon L Peyton Jones [EMAIL PROTECTED] writes: [Comment to Simon Marlow: Does happyReduce_1 really need *eight* type parameters? Why not output type signatures? 'fraid so: there weren't any type signatures in the grammar, and Happy can't deduce the type on its own, since it can't

Ambiguity

1998-02-23 Thread Simon L Peyton Jones
[Comment to Simon Marlow: Does happyReduce_1 really need *eight* type parameters? Why not output type signatures? ] I respectfully suggest that the enclosed is a bug in Hugs. GHC gets the following type for happyReduce_1, which I think is the correct type: happyReduce_1 _:_

Re: utils/Outputable.lhs

1998-02-23 Thread Simon Marlow
Jon Mountjoy [EMAIL PROTECTED] writes: The file: fptools/ghc/compiler/utils/Outputable.lhs around line 249, should read: instance Outputable Bool where ppr True = ptext SLIT("True") ppr False = ptext SLIT("False") At the moment, the line with "True" does not exist, and leads

utils/Outputable.lhs

1998-02-23 Thread Jon Mountjoy
Hello, The file: fptools/ghc/compiler/utils/Outputable.lhs around line 249, should read: instance Outputable Bool where ppr True = ptext SLIT("True") ppr False = ptext SLIT("False") At the moment, the line with "True" does not exist, and leads to the error: utils/Outputable.lhs:249: