Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #5974 If new Cabal copy is available, use it #6451

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'master' into fix5974
  • Loading branch information
mpilgrem authored Jan 25, 2024
commit a9b20d7d27db92e7506d68e879e70548c11da6f9
4 changes: 2 additions & 2 deletions src/Stack/Build/ExecutePackage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ singleBuild
case mprecompiled of
Just precompiled -> copyPreCompiled ee task pkgId precompiled
Nothing -> do
mcurator <- view $ buildConfigL . to (.curator)
realConfigAndBuild isOldCabalCopy cache mcurator allDepsMap
curator <- view $ buildConfigL . to (.curator)
realConfigAndBuild isOldCabalCopy cache curator allDepsMap
case minstalled of
Nothing -> pure ()
Just installed -> do
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.