gpt4 book ai didi

haskell - cabal 安装错误为 LICENSE : openBinaryFile: does not exist (No such file or directory)

转载 作者:行者123 更新时间:2023-12-03 21:54:04 25 4
gpt4 key购买 nike

我有 cabal 版本:

❯ cabal --version
cabal-install version 3.0.0.0
compiled using version 3.0.0.0 of the Cabal library

这就是我正在做的事情。
mkdir foo
cd foo
cabal init
cabal install

我收到一个错误:
LICENSE: openBinaryFile: does not exist (No such file or directory)

我在这里做错了什么?

最佳答案

当以您描述的方式运行时,cabal init 会警告:

Warning: unknown license type, you must put a copy in LICENSE yourself.

如果没有 LICENSE 文件,某些命令将无法正常工作(例如, cabal issue #6744 )。您应该创建一个 LICENSE 文件,或者通过 -lcabal init 选项指定它来选择 Cabal 知道的许可证之一。

关于haskell - cabal 安装错误为 LICENSE : openBinaryFile: does not exist (No such file or directory),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62128165/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com