[EMAIL PROTECTED] wrote:
> I did not manage to compile the hs-file generated by green-card with
> ghc-4.02 yet. The output is:
> 
> > bla.hs:54:11: parse error on input: "`"
> [...]

You have to use the -fglasgow-exts option if your Haskell code or the
Green-Card-generated code contains _casm_ (which is the case if the
target is ghc). The error message above comes from the lexer
complaining about lit-lits, i.e. the stuff between ``...'', when the
flag is missing.

Cheers,
   Sven
-- 
Sven Panne                                        Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik                     FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen              Oettingenstr. 67
mailto:[EMAIL PROTECTED]            D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne

Reply via email to