Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
GHC
Commits
c5414555
Commit
c5414555
authored
8 months ago
by
Torsten Schmits
Browse files
Options
Downloads
Patches
Plain Diff
re-add missing call to adjust_linkable for home modules
parent
a9d81178
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/GHC/Linker/Deps.hs
+1
-2
1 addition, 2 deletions
compiler/GHC/Linker/Deps.hs
with
1 addition
and
2 deletions
compiler/GHC/Linker/Deps.hs
+
1
−
2
View file @
c5414555
...
...
@@ -49,7 +49,6 @@ import GHC.Unit.Home
import
GHC.Data.Maybe
import
Control.Applicative
import
Control.Monad
import
Control.Monad.IO.Class
(
MonadIO
(
liftIO
))
import
Control.Monad.Trans.Except
(
ExceptT
,
runExceptT
,
throwE
)
...
...
@@ -209,7 +208,7 @@ get_link_deps opts pls maybe_normal_osuf span mods = do
module_linkable
=
\
case
LinkHomeModule
hmi
->
pur
e
(
expectJust
"getLinkDeps"
(
homeModLinkable
hmi
))
adjust_linkabl
e
(
expectJust
"getLinkDeps"
(
homeModLinkable
hmi
))
LinkObjectModule
iface
loc
->
do
let
mod
=
mi_module
iface
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment