Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
729bf08e
Commit
729bf08e
authored
Oct 11, 2015
by
Edward Z. Yang
Browse files
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
Show whitespace changes
Inline
Side-by-side
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