Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I uninstall older versions of GHC?

I installed Haskell Platform 7.10.3 on my mac and when it finished it said that it had detected older versions of GHC and to uninstall them, but how do I do that?

I'm using a macbook air with OS X 10.11.3.

like image 864
n00b Avatar asked May 04 '16 18:05

n00b


1 Answers

For removing a GHC version x.y.z, one can also use ghcup rm x.y.z.

Without version number ghcup rm lists the installed versions and asks which one to remove.

like image 63
François Bry Avatar answered Sep 23 '22 09:09

François Bry