有没有办法将 Haskell 二进制文件复制到另一个项目以节省初始构建时间?

发布于 2025-01-09 08:56:33 字数 276 浏览 0 评论 0原文

我正在学习使用 Plutus 在 Cardano 上构建 DApp,Plutus 是用 Haskell 构建的。 我发现项目的初始 cabal 构建需要相当长的时间,通常需要 30 多分钟,即使 cabal 包已经缓存在我的本地计算机上。

有没有一种方法可以将构建的 Cardano/Plutus 二进制文件从一个项目复制到另一个项目?

例如,我是否可以将已构建的项目中的 dist-newstyle 文件夹的内容复制到使用相同包依赖项的新项目中?或者这会扰乱新项目的构建吗?

TIA, 马塞尔

I'm working on learning to build DApps on Cardano with Plutus, which is built in Haskell.
I've found that the initial cabal build for a project takes quite a long time, usually 30+ minutes, even if the cabal packages are cached on my local machine already.

Is there a way to copy the built Cardano/Plutus binaries from one project to another?

For example, can I just copy the contents of the dist-newstyle folder from a project that's already built into a new project that uses the same package dependencies? Or will that mess up the build on the new project?

TIA,
Marcel

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文