Skip to content

Commit a178c68

Browse files
angermangeekosaur
andauthored
Update Cabal/src/Distribution/Simple/GHC/Internal.hs
Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent 8b831aa commit a178c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/GHC/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ configureToolchain
108108
-> IO ProgramDb
109109
configureToolchain verbosity _implInfo ghcProg ghcInfo db = do
110110
-- this is a bit of a hack. We have a dependency of ld on gcc.
111-
-- ld needs to compiler a c program, to check an ld feature.
111+
-- ld needs to compile a c program, to check an ld feature.
112112
-- we _could_ use ghc as a c frontend, but we do not pass all
113113
-- db stack appropriately, and thus we can run into situations
114114
-- where GHC will fail if it's stricter in it's wired-in-unit

0 commit comments

Comments
 (0)