How can I remove old build plans (GHC compiler and packages) installed by the stack tool?
Asked
Active
Viewed 1,071 times
1 Answers
9
I would poke around ~/.stack and delete whatever files you don't want anymore:
- compiled libraries for a resolver in ~/.stack/snapshots/...
- compiler toolchains in ~/.stack/programs/...
- build plan yaml files in ~/.stack/build-plan/...

ErikR
- 51,541
- 9
- 73
- 124