Re: HDirect and GHC-6.6

2007-01-12 Thread Krasimir Angelov
Some time ago I even started to design my own comlib. It is quite different from HDirect's comlib but is more closer in spirit to Haskell's FFI lib. It isn't completed yet but if someone is interested in I would upload it in darcs next week. It is living in Foreign.COM namespace. Cheers,

Re: HDirect and GHC-6.6

2007-01-12 Thread kyra
Krasimir Angelov wrote: Some time ago I even started to design my own comlib. It is quite different from HDirect's comlib but is more closer in spirit to Haskell's FFI lib. It isn't completed yet but if someone is interested in I would upload it in darcs next week. It is living in Foreign.COM

ghc 6.6.1?

2007-01-12 Thread C.M.Brown
Hi, I was wondering when ghc-6.6.1 will be released? I am asking because a patch has been made to the ghc repo to allow multple calls to the ghc.newSession within the API and HaRe depends on this. Regards, Chris. ___ Glasgow-haskell-users mailing list

Re: Problems building GHC

2007-01-12 Thread Peter Tanski
Hello, Rodrigo Geraldo wrote: I start to hack GHC, and, I 've tried to build it, but the build return this error message : configure: GMP_CHECK_ASM_W32: fatal: do not know how to define a 32- bit word make[1]: *** [boot] Error 1 I've tried to build GHC using mSYS and MinGW under MS

ghc: out of memory error while compiling huge let

2007-01-12 Thread David Morse
I have a machine-generated source-code file that brings my computer to its knees with ghc-6.6. After an hour or so of rummaging around, ghc dies with: ghc-6.6: out of memory (requested 1048576 bytes). The linux machine has 1gb RAM and 2gb swap, and I don't have access to a better one. The file

Re: ghc: out of memory error while compiling huge let

2007-01-12 Thread Kirsten Chevalier
On 1/12/07, David Morse [EMAIL PROTECTED] wrote: Is there some simple syntactic refactoring I can do to make this work? E.g. busting the local bindings out of the let and into to the global level? The bindings are intertwined, but I could (with some effort) reorder them so that b5000 would

Re: ghc: out of memory error while compiling huge let

2007-01-12 Thread David Morse
On 1/12/07, Kirsten Chevalier [EMAIL PROTECTED] wrote: for starters, what's your ghc command line? hmake -package HaXml -package HTTP GraphCache.hs ghc-6.6 -package HaXml -package HTTP-c -o GraphCache.o GraphCache.hs ghc-6.6: out of memory (requested 1048576 bytes)

rfc: colorized Haskell on GHC-Trac

2007-01-12 Thread Peter Tanski
To anyone who has an interest in reading GHC-Trac: In an idle-procrastination moment I started to experiment with html- colour for Haskell code (using hscolour) on a few Trac pages: http://hackage.haskell.org/trac/ghc/wiki/ReplacingGMPNotes (some blocks, note Cyan-colour for literal