The right fix is obviously to fix the parser/lexer but, since this is obvious and easy, I assume you can't do this for some reason.
Maybe you could temporarily fix this by applying a variant of the Z encoding to names of bindings? e.g., encode ":Main.main" = "ZcMainZpmain" (Colons become 'Zc', points become 'Zp' and Z becomes 'ZZ') A simple preprocessor could do this for you. -- Alastair Reid _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
