> Language.Haskell.Parser currently can't parse modules with unicode symbols > in operators, which are allowed by the haskell98 standard. > The attached patch is a small change in the lexer code to fix this. Thanks Andrea, I'm stealing this for haskell-src-exts as well. :-) Cheers, /Niklas