id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
216,Indentation handled differently to GHC,NeilMitchell2,nibro,"The following program works under GHC:

{{{
main = f where
    f = g where
    g = putStrLn ""hello world""
}}}

But under HLint (and thus haskell-src-exts) gives:

Patch.hs:5:1: Parse error
Error message:
  Parse error: ;

Also tracked as: http://code.google.com/p/ndmitchell/issues/detail?id=442",bug report,new,major,,parser,,,,
