I have a Haskell system setup that I supported with Homebrew and subsequent cabal installcalls for various packages. I would like to return this to a bare install created with brew install haskell-stack.
How should I do it? Right now I seem to have a bunch of things lying around (like old docsets, executables like ghc-modetc.) at the system level, even after removing all installed packages from rm -r ~/.ghc. Is there a reliable way to get back to the basic configuration being created brew install haskell-stack?
orome source
share