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
jberryman
GHC
Commits
4ff8aecd
Commit
4ff8aecd
authored
Mar 20, 2002
by
sof
Browse files
[project @ 2002-03-20 19:42:49 by sof]
maybeHomeModule: if chasing after a source import, _only_ look for hi-boots
parent
75dc3f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Finder.lhs
View file @
4ff8aecd
...
...
@@ -99,7 +99,7 @@ maybeHomeModule mod_name is_source = do
]
searchPathExts home_path basename
(if is_source then
(
boot_exts
++std_exts)
else std_exts ++ boot_exts)
(if is_source then boot_exts else
(
std_exts ++ boot_exts)
)
-- for SOURCE imports, check the hi-boot extensions
-- before the source/iface ones, to avoid
-- creating circ Makefile deps.
...
...
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