patch applied (ghc): Improvements to the "can't find module" error
message (#2980)
Simon Marlow
simonmarhaskell at gmail.com
Mon Feb 9 05:14:10 EST 2009
Fri Feb 6 08:57:43 PST 2009 Simon Marlow <marlowsd at gmail.com>
* Improvements to the "can't find module" error message (#2980)
Ignore-this: 2de565e20f68ebdc3865df7391c81437
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.
M ./compiler/main/Finder.lhs -49 +55
M ./compiler/main/HscTypes.lhs -8 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090206165743-12142-a2b4cda6505782b888421cb61b4f36197d9b1d35.gz
More information about the Cvs-ghc
mailing list