gpt4 book ai didi

haskell - “ cabal 运行”给出 "unrecognised command: run"

转载 作者:行者123 更新时间:2023-12-02 17:46:32 25 4
gpt4 key购买 nike

我正在尝试创建简单的 Cabal 可执行包。

Cabal user guide的“运行可执行文件”部分说:

You can have Cabal build and run your executables by using the run command.

cabal run EXECUTABLE [-- EXECUTABLE_FLAGS]

但是当我输入该命令时:

$ cabal run HelloWorld

我收到此错误消息:

cabal: unrecognised command: run (try --help)

cabal --help 告诉我,确实没有 run 命令。

我错过了什么吗?如何运行我的可执行文件?

<小时/>

我对 Haskell 和 Cabal 完全陌生;请告诉我哪些信息包含在此处会有所帮助。

我使用的是 Mac OS X 10.8.5。

cabal --version 给出:

cabal-install version 0.14.0
using version 1.14.0 of the Cabal library

ghc --version 给出:

The Glorious Glasgow Haskell Compilation System, version 7.4.2

最佳答案

您的 cabal-install 版本太旧。 cabal-install 的最新版本是 1.20。您可以通过运行 cabal install cabal-install 升级到此版本。

关于haskell - “ cabal 运行”给出 "unrecognised command: run",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23897816/

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