Hi,

try augmenting your command-line with HASKELL98=YES

hth
--sigbjorn

Michael Weber <[EMAIL PROTECTED]> writes: 
> 
> 
> Hi! 
> 
> Today I downloaded the green-card (current version) from 
> their website and
> tried to compile it. ghc (4.03pre) complained about this fail 
> <-> ioError function
> problem, but at the top of LexM.hs the source says:
> 
> {- BEGIN_HASKELL98_SYSTEM
> fail = ioError
>    END_HASKELL98_SYSTEM -}
> 
> I had to explicitly s/fail/ioError/g to make it compile.
> 
> Does the preprocessor ignore the BEGIN_HASKELL98_SYSTEM directive?
> 
> 
> Cheers,
> Michael

Reply via email to