Unfortunately I can't attach a cabal project to this bug report, but the module in question is at http://pastebin.com/fF1q57mM. To reproduce the bug, add this module to a Haskell project in Eclipse.
I haven't reported it to GHC as the offending module compiles fine from the command line.
Mmmhh, it's very dubious, it is actually the GHC API throwing a tantrum when we go down the parse tree to get types of expressions. We're now catching the panics so that the arrow syntax doesn't stop the rest
Using buildwrapper version 0.7.7 built with GHC 7.6.3 from within EclipseFP, I get a GHC panic:
Unfortunately I can't attach a cabal project to this bug report, but the module in question is at http://pastebin.com/fF1q57mM. To reproduce the bug, add this module to a Haskell project in Eclipse.
I haven't reported it to GHC as the offending module compiles fine from the command line.