1

所以看起来hdevtools不能直接与ghcjs一起使用。stack install hdevtools在 GHCJS 堆栈项目中使用给了我:

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for hdevtools-0.1.5.0:
    ghc must match >=7.2, but the stack configuration has no specified version

Plan construction failed.

但是由于 GHCJS 和 GHC 应该(我希望)都给出相同的错误,并且在相同的代码库的范围内具有相同的类型和事物。如果我同时安装了 GHC + 依赖项,我会很高兴,纯粹是为了 hdevtools(也许对于 GHCI,因为 GHCJS 不支持解释模式)。有人知道最好的方法吗?

stack install ghc错误纯粹是:

Error: While constructing the build plan, the following exceptions were encountered:

Plan construction failed.

所以这似乎不是一个解决方案。

我宁愿不要在每次部署或类似的事情时来回切换。但我也不会完全排除它。

4

0 回答 0