7

How can I remove old build plans (GHC compiler and packages) installed by the stack tool?

sjakobi
  • 3,546
  • 1
  • 25
  • 43
Kwang Yul Seo
  • 771
  • 2
  • 7
  • 15

1 Answers1

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