id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
57,Syntax error with qualified name in import hiding list,Neil Mitchell,nibro,"The following code raises a parse error with HSE but is accepted by GHC:

{{{
module Main where
import Foo hiding (Bar.bar)
main = print ""hlint""
}}}

The original bug report is at http://code.google.com/p/ndmitchell/issues/detail?id=200

I don't have any opinion on this feature, but since the source of the issue is in HSE it seems sensible for HLint to track the bug here. Perhaps the GHC developers need to be asked where this feature came from.",bug report,closed,major,Blue Sky,parser,1.0.1,wontfix,,
