Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recomp bug by invalidating cache on build exception
Be sure to invalidate the cache if building throws an exception! If not, we'll abort execution with a stale recompilation cache. See ghc#24926 for an example of how this can go wrong.
- Loading branch information