How do I uninstall older versions of GHC?

倾然丶 夕夏残阳落幕 提交于 2019-12-04 04:57:34

You can uninstall prior platforms by running

uninstall-hs from the command line.

You'll get an output like:

-- Versions found on this system
7.10.3
-- To remove a version and all earlier: uninstall-hs thru VERSION
-- To remove only a single version:     uninstall-hs only VERSION

And you can proceed from there...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!