因此看起来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.
所以这似乎不是一个解决方案。
我不希望每次部署或类似的事情都来回切换。但我也不会完全排除它。