Your patch looks completely reasonable, and you should apply it.
Using Int was plain wrong, it should be Int32.
Andy
On Jan 14, 2010, at 12:00 PM, Tristan Allwood wrote:
Hi,
In short:
I think
data ModuleInfo = ModuleInfo String Int Hash (Ptr Word64)
in Trace.HPC.Reflect should be
data Mod
I've confirmed this is a wider 64-bit issue, not just restricted to my ghc
api hacking.
So filed as a bug,
http://hackage.haskell.org/trac/ghc/ticket/3821
I tried attaching a patch file that should fix it, but Trac seems to
give internal errors at my attempts to add attachments...(resorted to
in
: Simon Peyton-Jones
| Cc: cvs-ghc@haskell.org
| Subject: Re: HPC bug
|
| Hi Simon,
|
| I checked in a fix for #2052 and #2311 earlier this week. It should be
| good to go.
|
| Andy
|
| On Sep 19, 2008, at 7:02 AM, Simon Peyton-Jones wrote:
|
| > How did it go?
| >
| > Simon
| >
| >
How did it go?
Simon
| -Original Message-
| From: Andy Gill [mailto:[EMAIL PROTECTED]
| Sent: 15 September 2008 18:01
| To: Simon Peyton-Jones
| Cc: cvs-ghc@haskell.org
| Subject: Re: HPC bug
|
| Thanks for the ping.
|
| I'm downloading the current sources right now, and will see w