Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ethan Kiang
GHC
Commits
74cbf9b1
Commit
74cbf9b1
authored
Jul 08, 2021
by
Ethan Kiang
Browse files
patch hadrian cdeps for 9.2 branch
parent
5d1ab553
Pipeline
#37852
failed with stages
in 7 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hadrian/src/Settings.hs
View file @
74cbf9b1
...
...
@@ -302,7 +302,7 @@ builderSetting =
ccBuilder
=
[
(
"c"
,
CompileC
)
,
(
"deps"
,
FindCDependencies
)
,
(
"deps"
,
FindCDependencies
CDep
)
]
stages
=
map
(
\
stg
->
(
stageString
stg
,
stg
))
[
minBound
..
maxBound
]
...
...
Write
Preview
Supports
Markdown
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