[Haskell-cafe] Template Haskell -- Bug?

Simon Marlow simonmar at microsoft.com
Fri Oct 21 08:15:20 EDT 2005


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


More information about the Haskell-Cafe mailing list