snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 37 forks source link

Fix clean so it works on Windows #679

Closed ndmitchell closed 6 years ago

ndmitchell commented 6 years ago

Otherwise you get a failure that it can't delete the .shake.lock file since Shake has it open.

snowleopard commented 6 years ago

@ndmitchell I should learn to use clean instead of deleting the _build folder!