Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
729bf08e
Commit
729bf08e
authored
Oct 11, 2015
by
Edward Z. Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
User should use -package-id flag if value in question is IPID.
Signed-off-by:
Edward Z. Yang
<
ezyang@cs.stanford.edu
>
parent
933adc0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compiler/main/Finder.hs
compiler/main/Finder.hs
+1
-1
No files found.
compiler/main/Finder.hs
View file @
729bf08e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment