Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Packages
Cabal
Commits
b1798b5f
Commit
b1798b5f
authored
8 months ago
by
Brandon S. Allbery
Committed by
Mikolaj
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
avoid incomplete record selection warning
Per SPJ suggection. Closes: #10402
parent
504c7bc1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cabal/src/Distribution/Simple/GHC/Build/Link.hs
+3
-1
3 additions, 1 deletion
Cabal/src/Distribution/Simple/GHC/Build/Link.hs
with
3 additions
and
1 deletion
Cabal/src/Distribution/Simple/GHC/Build/Link.hs
+
3
−
1
View file @
b1798b5f
...
...
@@ -735,7 +735,9 @@ runReplOrWriteFlags ghcProg lbi rflags ghcOpts pkg_name target =
Flag
out_dir
->
do
let
uid
=
componentUnitId
clbi
this_unit
=
prettyShow
uid
reexported_modules
=
[
mn
|
LibComponentLocalBuildInfo
{}
<-
[
clbi
],
IPI
.
ExposedModule
mn
(
Just
{})
<-
componentExposedModules
clbi
]
reexported_modules
=
[
mn
|
LibComponentLocalBuildInfo
{
componentExposedModules
=
exposed_mods
}
<-
[
clbi
],
IPI
.
ExposedModule
mn
(
Just
{})
<-
exposed_mods
]
hidden_modules
=
otherModules
bi
extra_opts
=
concat
$
...
...
This diff is collapsed.
Click to expand it.
Brandon S. Allbery
@geekosaur
mentioned in commit
8ad8e516
·
7 months ago
mentioned in commit
8ad8e516
mentioned in commit 8ad8e516bc186226cfc2e0fbb290963dcc35f0ec
Toggle commit list
Brandon S. Allbery
@geekosaur
mentioned in commit
505f8752
·
5 months ago
mentioned in commit
505f8752
mentioned in commit 505f8752716edc0e1f821dc2fd917d14513db507
Toggle commit list
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