We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286c8ce commit 32e18a5Copy full SHA for 32e18a5
1 file changed
src/Stack/Runners.hs
@@ -176,15 +176,12 @@ withBuildConfigExt skipDocker go@GlobalOpts{..} mbefore inner mafter = do
176
inner lk2
177
178
let inner'' lk = do
179
- putStrLn "calling lcLoadBuildConfig"
180
bconfig <- runStackTGlobal () go $
181
lcLoadBuildConfig lc globalCompiler
182
- putStrLn "calling setupEnv"
183
envConfig <-
184
runStackTGlobal
185
bconfig go
186
(setupEnv Nothing)
187
- putStrLn "done with setupEnv"
188
189
envConfig
190
go
0 commit comments