Sanitize delete-cache-on-linker-errors make target#2623
Conversation
`dist-newstyle`: The directory name depends on the cabal version. `cabal clean` does the job (using the tool itself to manage it's cache). `~/.cabal`: We shouldn't delete the whole folder as it may contain a manually tweaked `config` file. Deleting `~/.cabal/store` should be sufficient.
|
I have a soft nack against this |
gotta protect minorities!! :) also, isn't there a simple change that would honor |
For sure -- I was mostly meaning to point out that the |
|
Sorry for the merge commit @supersven . I used GH's "resolve conflicts" feature after merging #2621 - feel free to throw away and rebase |
No worries, @smatting . I hope it will just vanish when I |
dist-newstyle: The directory name depends on the cabal version.cabal cleandoes the job (using the tool itself to manage it's cache).~/.cabal: We shouldn't delete the whole folder as it may contain a manually tweakedconfigfile. Deleting~/.cabal/storeshould be sufficient.E.g. my
~/.cabal/configcontains this to get docs for all packages in Haskell Language Server:program-default-options ghc-options: -haddockChecklist
changelog.d.