RE: working lazy memoizer for GHC?

2005-11-16 Thread Simon Marlow
The whole util package is deprecated, because it is using the old non-hierarchical module names. The memo table library should really be re-packaged with Cabal and made available somewhere. Cheers, Simon On 16 November 2005 07:29, Conal Elliott wrote: I'd also like to know why this

RE: GHC 6.4.1 on Solaris x86

2005-11-16 Thread Simon Marlow
On 14 November 2005 04:17, Ben Horsfall wrote: Is there a binary package for GHC 6.4.1 on Solaris x86 (Sun OS 5.9)? Building from source fails thus: ../../ghc/compiler/ghc-inplace -optc-O -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations

RE: heap profiling and name truncation

2005-11-16 Thread Simon Marlow
On 14 November 2005 20:35, Abraham Egnor wrote: I'm trying to use the built-in ghc heap profiling and running into a large roadblock: the names of producers are truncated, often into uselessness, and there doesn't seem to be an option to control this. Am I missing something in the docs? The

RE: [Haskell-cafe] GHC ignores RTS options

2005-11-16 Thread Simon Marlow
On 16 November 2005 08:12, Tomasz Zielonka wrote: On Wed, Nov 16, 2005 at 08:53:18AM +0100, Dusan Kolar wrote: I wonder whether anybody could advise me how to pass correctly RTS options to ghc? I've tried You have to pass these options to the program, not to GHC. BTW - it would be nice

RE: GHC 6.4.1 on Solaris x86

2005-11-16 Thread Duncan Coutts
On Wed, 2005-11-16 at 12:59 +, Simon Marlow wrote: On 14 November 2005 04:17, Ben Horsfall wrote: Is there a binary package for GHC 6.4.1 on Solaris x86 (Sun OS 5.9)? Building from source fails thus: ../../ghc/compiler/ghc-inplace -optc-O -optc-Wall -optc-W

Re: [Haskell-cafe] GHC ignores RTS options

2005-11-16 Thread Tomasz Zielonka
On Wed, Nov 16, 2005 at 01:09:07PM -, Simon Marlow wrote: BTW - it would be nice if it was easier to override the default RTS options when compiling the program. Perhaps a nice task for a newbie GHC developer? Already possible, see:

RE: GHC 6.4.1 on Solaris x86

2005-11-16 Thread Simon Marlow
On 16 November 2005 13:18, Duncan Coutts wrote: On Wed, 2005-11-16 at 12:59 +, Simon Marlow wrote: On 14 November 2005 04:17, Ben Horsfall wrote: Is there a binary package for GHC 6.4.1 on Solaris x86 (Sun OS 5.9)? Building from source fails thus: ../../ghc/compiler/ghc-inplace

RE: [Haskell-cafe] GHC ignores RTS options

2005-11-16 Thread Simon Marlow
On 16 November 2005 13:24, Tomasz Zielonka wrote: On Wed, Nov 16, 2005 at 01:09:07PM -, Simon Marlow wrote: BTW - it would be nice if it was easier to override the default RTS options when compiling the program. Perhaps a nice task for a newbie GHC developer? Already possible, see:

RE: [Haskell-cafe] GHC ignores RTS options

2005-11-16 Thread Simon Peyton-Jones
I'd love to see this done. It's been requested several times. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-users- | [EMAIL PROTECTED] On Behalf Of Simon Marlow | Sent: 16 November 2005 15:48 | To: Tomasz Zielonka | Cc: Dusan Kolar; GHC-users;

RE: GHC 6.4.1 on Solaris x86

2005-11-16 Thread Duncan Coutts
On Wed, 2005-11-16 at 15:40 +, Simon Marlow wrote: On 16 November 2005 13:18, Duncan Coutts wrote: On Wed, 2005-11-16 at 12:59 +, Simon Marlow wrote: On 14 November 2005 04:17, Ben Horsfall wrote: Is there a binary package for GHC 6.4.1 on Solaris x86 (Sun OS 5.9)? My

Compiling GHC in Windows, Mingw

2005-11-16 Thread Esa Ilari Vuokko
Hi! I tried to compile ghc from cvs head in windows, hosting and targetting mingw. When I got ghc to compile, it crashes while parsing (I putStrLn-debugged) package.conf, but only from installed position. Basically, somewhere inside ParsePkgConf.loadPackageConfig GHC crashes with access