Skip to content

Commit

Permalink
Fix #6163, compiler cache fuckup
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Aug 17, 2019
1 parent 1d2ff34 commit dfabd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/ProjectPlanning.hs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ rebuildInstallPlan verbosity
return (improvedPlan, elaboratedPlan, elaboratedShared)

where
fileMonitorCompiler = newFileMonitorInCacheDir "compiler"
fileMonitorCompiler = newFileMonitorInCacheDir "compiler-v2"
fileMonitorSolverPlan = newFileMonitorInCacheDir "solver-plan"
fileMonitorSourceHashes = newFileMonitorInCacheDir "source-hashes"
fileMonitorElaboratedPlan = newFileMonitorInCacheDir "elaborated-plan"
Expand Down

0 comments on commit dfabd1f

Please sign in to comment.