
20 Mar
2010
20 Mar
'10
12:42 p.m.
Thanks, Stephen. Stephen Tetley wrote:
True - if you use -fglasgow-exts rather than adding extensions selectively it bring in the conflicting extension (probably -XMagicHash)
I believe you are correct. If I remove -fglasgow-exts, GHCI does not report the parse error. I also found the following reference to stolen syntax for -XMagicHash. (Scroll to bottom of page.) http://www.haskell.org/ghc/docs/6.10.1/html/users_guide/syntax-extns.html --- Rick