X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FFinder.lhs;h=d8a627167c2e3935451b96a113951d8a1b0a9753;hb=f2aaae9757e7532485c97f6c9a9ed5437542d1dd;hp=5b1bae4253d0b2f62d090132dd803773abe84c7a;hpb=6ffbfe99284a4e9da0ff5a55ef49bc7450d1aa00;p=ghc-hetmet.git diff --git a/compiler/main/Finder.lhs b/compiler/main/Finder.lhs index 5b1bae4..d8a6271 100644 --- a/compiler/main/Finder.lhs +++ b/compiler/main/Finder.lhs @@ -196,7 +196,7 @@ findExposedPackageModule hsc_env mod_name mb_pkg Right found | null found_exposed -- Found, but with no exposed copies -> return (NotFound { fr_paths = [], fr_pkg = Nothing - , fr_pkgs_hidden = mod_hiddens, fr_mods_hidden = pkg_hiddens + , fr_pkgs_hidden = pkg_hiddens, fr_mods_hidden = mod_hiddens , fr_suggestions = [] }) | [(pkg_conf,_)] <- found_exposed -- Found uniquely