id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
5401,LANGUAGE pragma parser nit,nwf,igloo,"A language pragma like
{{{
{-# LANGUAGE 
    TypeOperators,
    FlexibleContexts #-}
}}}
parses just fine but
{{{
{-# LANGUAGE 
    TypeOperators,
    FlexibleContexts
#-}
}}}
doesn't, saying:
{{{
    Cannot parse LANGUAGE pragma
    Expecting comma-separated list of language options,
    each starting with a capital letter
}}}
An OPTIONS pragma, on the other hand, accepts either format without complaint.",bug,new,normal,7.6.2,Compiler (Parser),7.0.3,,,,Linux,x86_64 (amd64),GHC rejects valid program,Unknown,,,,
