如何卸载旧版本的GHC?

时间:2016-05-04 18:04:53

标签: haskell ghc uninstall osx-elcapitan haskell-platform

我在我的Mac上安装了Haskell平台7.10.3,当它完成时它说它已检测到旧版本的GHC并卸载它们,但我该怎么做?

我正在使用OS X 10.11.3的macbook air。

2 个答案:

答案 0 :(得分:10)

您可以通过运行

卸载以前的平台

uninstall-hs来自命令行。

您将获得如下输出:

-- 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

你可以从那里继续......

答案 1 :(得分:1)

要删除 GHC 版本 x.y.z,也可以使用 ghcup rm x.y.z

无版本号 ghcup rm 列出已安装的版本并询问删除哪个版本。