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
0f894d81
Commit
0f894d81
authored
Jul 17, 2001
by
simonpj
Browse files
[project @ 2001-07-17 15:48:21 by simonpj]
Remove trace
parent
fdc83001
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/Packages.lhs
View file @
0f894d81
...
...
@@ -49,7 +49,7 @@ mungePackagePaths top_dir ps = map munge_pkg ps
munge_path p
| Just p' <- my_prefix_match "$libdir" p = top_dir ++ p'
| otherwise =
trace ("not: " ++ p)
p
| otherwise = p
\end{code}
...
...
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