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
RE: BEGIN_HASKELL98_SYSTEM ignored?
Sigbjorn Finne (Intl Vendor) Tue, 4 May 1999 12:51:39 +0200 (MET DST)
