重新启用GHC的隐藏包装建议

时间:2018-06-28 15:56:05

标签: ghc

以前,当我尝试从已安装但隐藏的软件包中导入模块时,GHC会通知我:

bar

现在 1 ,不是:

Could not find module 'Foo'
It is a member of the hidden package 'foo-0.1.0.0'.
Perhaps you need to add 'foo' to the build-depends in your .cabal file.

此功能是否已删除,或者默认情况下是否已关闭(如果已删除,我如何启用它)?


1 我怀疑这与版本8.0.0一起出现,尽管我并不乐观。

0 个答案:

没有答案