Skip to content

Commit b23aae8

Browse files
angermangeekosaur
andauthored
Update Cabal/src/Distribution/Simple/GHC/Internal.hs
Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com>
1 parent a178c68 commit b23aae8

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
@@ -111,7 +111,7 @@ configureToolchain verbosity _implInfo ghcProg ghcInfo db = do
111111
-- 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
114-
-- where GHC will fail if it's stricter in it's wired-in-unit
114+
-- where GHC will fail if it's stricter in its wired-in-unit
115115
-- selction and has the wrong db stack. However we don't need
116116
-- ghc to compile a _test_ c program. So we configure `gcc`
117117
-- first and then use `gcc` (the generic c compiler in cabal

0 commit comments

Comments
 (0)