Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
ed154a0c
Commit
ed154a0c
authored
Oct 27, 2000
by
simonmar
Browse files
[project @ 2000-10-27 15:34:30 by simonmar]
fix location of .hi file for packages
parent
b5a57405
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Finder.lhs
View file @
ed154a0c
...
...
@@ -159,7 +159,7 @@ maybePackageModule mod_name = do
return (Just (mkModule mod_name pkg_name,
ModuleLocation{
hs_file = "error:_package_module;_no_source",
hi_file = hi,
hi_file =
path ++ '/':
hi,
obj_file = "error:_package_module;_no_object"
}
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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