如何将 hackage 包包含到 Leksah 中
我想开始使用 hExpat 与 Haskell 进行 Xml I/O。 然而,我没能找到向 Leksah 表达我想将该包导入到当前模块中的位置。
你能告诉我如何实现这一目标吗?
编辑:仍在搜索。此问答有一些有用的信息,但它仅与数据有关.时间数据.目录。
就我而言,它是一个下载的、解压的 Hackage 包。
I wanted to start playing with hExpat for Xml I/O with Haskell.
However I didn't manage to find where to express to Leksah that I want to import that package into my current module.
Could you tell me how to achieve this ?
EDIT: still searching. There is some uselful info with this Q&A but it is only about Data.Time Data.Directory.
In my case, it is a downloaded, unzipped, Hackage package.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您必须安装该软件包。只需运行 cabal 并输入:
然后,打开 Leksah,打开项目的依赖项(包 -> 编辑包 -> 依赖项)并输入新包。之后点击“保存”。现在您必须重新配置该包,然后它应该可以工作。
The first thing is, that you have to install the package. Just run cabal and type:
Than, open Leksah, open the project's dependencies (package -> edit package -> dependencies) and enter your new package. Hit "save" afterwards. Now you have to reconfigure the package and afterwards it should work.