将文件夹复制到 dist/

发布于 2025-01-02 23:17:32 字数 170 浏览 0 评论 0原文

我想在分发过程中将一个充满资产的文件夹复制到可执行文件旁边。我如何在 .cabal 文件(或者,Setup.hs)中表示这一点?

目录结构:

root/
    dist/ -- Generated by cabal
    src/
    assets/

I want to copy a folder full of assets next to my executable during distribution. How can I represent this in the .cabal file (or, alternatively, the Setup.hs)?

Directory structure:

root/
    dist/ -- Generated by cabal
    src/
    assets/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

东京女 2025-01-09 23:17:32

将它们列在您的 extra-source-filesdata-files 字段中。更多信息可以在 cabal 手册中找到,特别是 有关检索数据文件的部分

List them in your extra-source-files or data-files field. More information is available in the cabal manual, especially the section on retrieving data files.

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