#2980: Data.Generics reports wrong package?
----------------------------------+-----------------------------------------
    Reporter:  Martijn            |        Owner:  igloo  
        Type:  merge              |       Status:  new    
    Priority:  normal             |    Milestone:  6.10.2 
   Component:  libraries (other)  |      Version:  6.10.1 
    Severity:  normal             |   Resolution:         
    Keywords:                     |   Difficulty:  Unknown
    Testcase:                     |           Os:  Windows
Architecture:  Unknown/Multiple   |  
----------------------------------+-----------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge

Comment:

 I fixed the error message to list all the packages:

 {{{
 Fri Feb  6 16:57:43 GMT 2009  Simon Marlow <[email protected]>
   * Improvements to the "can't find module" error message (#2980)
   If the module was found in multiple hidden packages, we list them all.

   Could not find module `Data.Generics':
     it is a member of the hidden package `base-3.0.3.0'
     it is a member of the hidden package `syb'
     Use -v to see a list of the files searched for.
 }}}

 The documentation for `Data.Generics` does say that it comes from package
 `syb`: [http://www.haskell.org/ghc/docs/latest/html/libraries/syb/Data-
 Generics.html].

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2980#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to