#2911: Error messages have the wrong qualified names
---------------------------------+------------------------------------------
    Reporter:  igloo             |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  Compiler          |      Version:  6.11            
    Severity:  minor             |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by claus):

 don't know whether this helps, but there was a similar problem when
 implementing the extended `:browse!` in GHCi (see
 `compiler/ghci/InteractiveUI.hs`, `browseModule`), and I settled for the
 compromise of listing the names and possible import routes separately. So
 in the output of `ghc -e ':browse! *Foo'` for the second example, one
 finds
 {{{
 ..
 -- imported via Data.ByteString.Lazy.Char8, BS
 ..
 empty :: ByteString
 ..
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2911#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to