id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
31,LINE pragmas cause trouble,nibro,nibro,"We cannot handle LINE pragmas since they can appear anywhere at all. This was reported by NeilMitchell:
{{{
module Foo where
{-# LINE 10 ""Bar"" #-}
import Baz
}}}
The only possible solution here is to treat LINE pragmas as comments, along with any other unknown pragmas.",bug report,closed,major,Full code support,parser,,fixed,,
