How to restore my Haskell setup to an open source configuration?

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?

+1
source share

Source: https://habr.com/ru/post/1665169/


All Articles