安装reactive-banana-wx
当您尝试安装库reactie-banana-wx时,出现错误:
src\CRUD.hs:10:18: Could not find module `Data.Map': It is a member of the hidden package `containers-0.4.0.0'. Perhaps you need to add `containers' to the build-depends in your .cabal file.
安装了命令:
cabal install reactive-banana-wx
请帮助纠正问题。
when you try to install the library reactie-banana-wx, get the error:
src\CRUD.hs:10:18: Could not find module `Data.Map': It is a member of the hidden package `containers-0.4.0.0'. Perhaps you need to add `containers' to the build-depends in your .cabal file.
installed the command:
cabal install reactive-banana-wx
Please help correct the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它提供的建议是合理的,尽管有点令人困惑:
cabal install
隐藏了生成.cabal
文件的步骤!以下是明确执行该部分的方法:The advice it offers is sound, if a bit confusing:
cabal install
hides the step where it produces the.cabal
file! Here's how you can do that part explicitly: