id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
215,"Support DoAndIfThenElse, part of Haskell 2010",NeilMitchell,nibro,"GHC 7.0 and Haskell 2010 both support the DoAndIfThenElse extension, which allows:

{{{
main = do
    if True then print 0
    else print 1
}}}

It would be nice if haskell-src-exts did too.",bug report,new,major,,parser,,,,
