Ticket #57 (closed bug report: wontfix)
Syntax error with qualified name in import hiding list
| Reported by: | Neil Mitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Blue Sky |
| Component: | parser | Version: | 1.0.1 |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
