`stack ghci app:exe:executable` 的 cabal 等价物是什么?
What is the cabal equivalent of `stack ghci app:exe:executable`?
我之前使用 stack ghci app:exe:executable
获取我的 Haskell 通过 cabal 管理的项目中的任何错误的列表。
但是现在我不使用堆栈,我将如何实现上述目标(基本上从 cabal 项目文件中定义的可执行文件加载所有模块)?
https://cabal.readthedocs.io/en/latest/nix-local-build.html#cabal-v2-repl
cabal v2-repl executableNameGoesHere
我之前使用 stack ghci app:exe:executable
获取我的 Haskell 通过 cabal 管理的项目中的任何错误的列表。
但是现在我不使用堆栈,我将如何实现上述目标(基本上从 cabal 项目文件中定义的可执行文件加载所有模块)?
https://cabal.readthedocs.io/en/latest/nix-local-build.html#cabal-v2-repl
cabal v2-repl executableNameGoesHere