Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -907,11 +907,6 @@ ensureConfig newConfigCache pkgDir ExecuteEnv {..} announce cabal cabalfp task =
TTLocalMutable{} -> writeConfigCache pkgDir newConfigCache
TTRemotePackage{} -> return ()
writeCabalMod pkgDir newCabalMod
-- This file gets updated one more time by the configure step, so get
-- the most recent value. We could instead change our logic above to
-- check if our config mod file is newer than the file above, but this
-- seems reasonable too.
getNewSetupConfigMod >>= writeSetupConfigMod pkgDir

return needConfig
where
Expand Down