标签: haskell cabal ghci
我以前使用stack ghci app:exe:executable来获取通过cabal管理的Haskell项目中所有错误的列表。
stack ghci app:exe:executable
但是现在我不使用堆栈,我将如何实现以上目标(基本上是从cabal项目文件中定义的可执行文件中加载所有模块)?
答案 0 :(得分:4)
https://cabal.readthedocs.io/en/latest/nix-local-build.html#cabal-v2-repl
cabal v2-repl executableNameGoesHere