diff options
-rw-r--r-- | compiler/main/Finder.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Finder.hs b/compiler/main/Finder.hs index 208475fefb..d9851c6b94 100644 --- a/compiler/main/Finder.hs +++ b/compiler/main/Finder.hs @@ -663,6 +663,6 @@ cantFindErr cannot_find _ dflags mod_name find_result = parens (ptext (sLit "needs flag -package-key") <+> ppr (modulePackageKey mod)) | (pkg:_) <- rhs - = parens (ptext (sLit "needs flag -package-key") + = parens (ptext (sLit "needs flag -package-id") <+> ppr (packageConfigId pkg)) | otherwise = Outputable.empty |