GHC package is hidden

為{幸葍}努か 提交于 2019-12-05 05:46:30

Most packages are indeed hidden.

To unhide them temporarily, you may use ghc --make amy15.hs -package ghc-7.8.3.

To unhide permanently, use the method @mhwombat suggested.

Apparently the ghc package is hidden by default, at least if you install ghc manually the way I did, rather than installing the Haskell platform. So I needed to "un-hide" the package as follows:

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