Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习用 Haskell 构建的 Plutus 在 Cardano 上构建 DApp。我发现一个项目的初始 cabal 构建需要相当长的时间,通常是 30 多分钟,即使 cabal 包已经缓存在我的本地机器上。
有没有办法将构建的 Cardano/Plutus 二进制文件从一个项目复制到另一个项目?
例如,我可以从已经构建到使用相同包依赖项的新项目中的项目中复制 dist-newstyle 文件夹的内容吗?或者这会扰乱新项目的构建吗?
TIA,马塞尔