如何将 hackage 包包含到 Leksah 中

发布于 2024-10-14 17:34:22 字数 372 浏览 3 评论 0原文

我想开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青萝楚歌 2024-10-21 17:34:22

首先,您必须安装该软件包。只需运行 cabal 并输入:

cabal install YOUR PACKAGE NAME HERE

然后,打开 Leksah,打开项目的依赖项(包 -> 编辑包 -> 依赖项)并输入新包。之后点击“保存”。现在您必须重新配置该包,然后它应该可以工作。

The first thing is, that you have to install the package. Just run cabal and type:

cabal install YOUR PACKAGE NAME HERE

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文