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
2b509cae
Commit
2b509cae
authored
Nov 13, 2000
by
sewardj
Browse files
[project @ 2000-11-13 14:45:22 by sewardj]
Deal correctly with module names containing underscores.
parent
d2e14af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Finder.lhs
View file @
2b509cae
...
...
@@ -87,7 +87,7 @@ maybeHomeModule mod_name = do
Just home_map -> return home_map
let basename = moduleNameString mod_name
let basename = moduleName
User
String mod_name
hs = basename ++ ".hs"
lhs = basename ++ ".lhs"
...
...
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