如何在堆栈中使用带有ghcjs的hdevtools

时间:2017-02-28 19:47:13

标签: haskell ghc haskell-stack ghcjs hdevtools

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

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.

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

我不希望每次部署或类似的事情都来回切换。但我也不会完全排除它。

0 个答案:

没有答案