Re: The boot interface files for TypeRep contain errors

2003-02-06 Thread Tobias Gedell
Urk! Good point! Yes, please do commit those changes. Do you have commit permission now? Yes, I have commit permission now, thanks! I had troubles commiting at first but then I ran "cvs update -A" and then "cvs commit ". I hope that was the right way to do it. //Tobias __

RE: External Core parser bug

2003-02-06 Thread Simon Peyton-Jones
I've fixed this one, I believe. Simon | -Original Message- | From: Kirsten Chevalier [mailto:[EMAIL PROTECTED]] | Sent: 07 January 2003 20:27 | To: [EMAIL PROTECTED] | Subject: External Core parser bug | | The attached file was generated by running 'ghc -fext-core' on the Atom | benchmar

RE: The boot interface files for TypeRep contain errors

2003-02-06 Thread Simon Peyton-Jones
Urk! Good point! Yes, please do commit those changes. Do you have commit permission now? Simon | -Original Message- | From: Tobias Gedell [mailto:[EMAIL PROTECTED]] | Sent: 06 February 2003 13:14 | To: glasgow-haskell-bugs | Subject: The boot interface files for TypeRep contain errors |

biographical profiling bug

2003-02-06 Thread Ian Lynagh
In a fairly recent CVS (I don't have 5.04* easily available to check it): igloo@userpc15:bug$ ghc --make Foo -o Foo -prof -auto-all -O Chasing modules from: Foo Compiling Inflate ( Inflate.lhs, ./Inflate.o ) Compiling Main ( Foo.lhs, ./Foo.o ) Linking ... igloo@userpc15:bug$

The boot interface files for TypeRep contain errors

2003-02-06 Thread Tobias Gedell
The boot interface files for .../ghc/compiler/types/TypeRep.lhs contain errors. In TypeRep.lhs PredType is defined as: - type PredType = SourceType -- A subtype for predicates - But in the boot files it is exported as a datatype (taken from TypeRep.hi-boot-6): - module TypeRep

RE: confusing error message

2003-02-06 Thread Simon Peyton-Jones
Good point. Error message improved, regression test added. Thanks for the suggestion Simon | -Original Message- | From: Dean Herington [mailto:[EMAIL PROTECTED]] | Sent: 05 February 2003 19:14 | To: [EMAIL PROTECTED] | Subject: confusing error message | | buzzard(118)% cat Bug5.hs | i