Does anyone else have (a fix to) the following problem with the Haskell bundle:
When making do statements, unless I do the brackets+semicolons thing to tell ghc to ignore formatting, I get a
"The last statement in a 'do' construct must be an expression"
even though I have everything lined up correctly.

Thanks