diff options
author | Duncan Coutts <duncan@well-typed.com> | 2014-08-24 23:43:40 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-29 12:39:05 +0100 |
commit | 42f99e99ab38314b15d5ad4bb360ed04579bdc2d (patch) | |
tree | e96db50e74cd846b3dcc77f37fe98b4b048f31d5 /compiler | |
parent | b00deb7ca4b3cf485252779f7515776f8f1f95b6 (diff) | |
download | haskell-42f99e99ab38314b15d5ad4bb360ed04579bdc2d.tar.gz |
Address a number of Edward's code review comments
Some others addressed as part of other recent patches.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main/Finder.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/Finder.lhs b/compiler/main/Finder.lhs index 65151d9b2d..b5ad08b425 100644 --- a/compiler/main/Finder.lhs +++ b/compiler/main/Finder.lhs @@ -615,6 +615,7 @@ cantFindErr cannot_find _ dflags mod_name find_result | otherwise = hang (ptext (sLit "Locations searched:")) 2 $ vcat (map text files) + pkg_hidden :: PackageKey -> SDoc pkg_hidden pkgid = ptext (sLit "It is a member of the hidden package") <+> quotes (ppr pkgid) |