RE: [Haskell-cafe] Template Haskell -- Bug?

On 20 October 2005 14:03, Gracjan Polak wrote:
$ ghc --make THTest1.hs Chasing modules from: THTest1.hs Skipping THTest1TH ( ./THTest1TH.hs, ./THTest1TH.o ) Compiling THTest1 ( THTest1.hs, THTest1.o ) Loading package base-1.0 ... linking ... done. Loading package haskell98-1.0 ... linking ... done. Loading package template-haskell-1.0 ... linking ... done. (here core dump, aka 0xc00000001)
First of all, I do not understand the error in first compilation. Second, core dump is not nice :)
My config:
Windows XP Home,
$ ghc -v Glasgow Haskell Compiler, Version 6.4, for Haskell 98, compiled by GHC
Please try again with 6.4.1; lots of bugs were fixed. Cheers, Simon

Simon Marlow wrote:
$ ghc -v Glasgow Haskell Compiler, Version 6.4, for Haskell 98, compiled by GHC
Please try again with 6.4.1; lots of bugs were fixed.
Stupid me. I could swear I upgraded, but in fact did not. Checked with 6.4.1, works as expected, thanks. BTW: Does anybody have binary version of wxHaskell for windows and GHC 6.4.1? Or is there any way of forcing GHC 6.4.1 to use hi files from ghc 6.4? -- Gracjan
participants (2)
-
Gracjan Polak
-
Simon Marlow