- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当intero-mode
尝试自动安装 Intero,它产生以下错误:
Intero is not installed in the Stack environment.
Installing intero-0.1.23 automatically ...
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for intero-0.1.23:
ghc-8.2.2 from stack configuration does not match >=7.8 && <8.2.2 (latest matching version
is 8.2.1)
needed since intero is a build target.
Some potential ways to resolve this:
* Recommended action: try adding the following to your extra-deps
in <project directory>\stack.yaml:
- ghc-8.2.1
* Set 'allow-newer: true' to ignore all version constraints and build anyway.
* You may also want to try using the 'stack solver' command.
Plan construction failed.
Could not install Intero!
We don't know why it failed. Please read the above output and try
installing manually. If that doesn't work, report this as a
problem.
WHAT TO DO NEXT
If you don't want to Intero to try installing itself again for
this project, just keep this buffer around in your Emacs.
If you'd like to try again next time you try use an Intero
feature, kill this buffer.
lts-10.0
后开始发生,但在此之前,我在使用 Intero 时遇到了问题(我在
https://github.com/commercialhaskell/intero/issues/499 报告了它)。这里发生了什么,我该如何解决?我在 Windows 10 上使用 emacs 和 spacemacs。
最佳答案
我根本不是 emacs 专家,但我知道 intero-mode elisp 文件指定了 intero Haskell 包的确切版本。您需要更新到较新的 emacs 包。我不知道你一开始是如何安装 intero-mode 的,但我猜(像我一样)你是从 MELPA 那里得到的。最终,我转而使用 Git 进行安装,这样我就可以更轻松地升级和测试尚未在 MELPA 上发布的功能。您可以通过以下方式执行此操作:
~/.emacs.d/vendor/intero
~/.emacs
:(load-file "~/.emacs.d/vendor/intero/elisp/intero.el")
关于haskell - Intero:来自堆栈配置的 ghc 不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48029802/
我一直在尝试使用 Haskell 来运行一个简单的生产过程。与许多生产过程一样,它涉及改变整个地方的事物状态。出于这个原因,拥有一个脚本文件对我来说真的很方便,我可以在其中跟踪事物并有选择地将命令运行
我无法在新的堆栈项目上使用 emacs,因为 intero 无法构建。 我刚刚在 ubuntu 16.04 上安装了 stack 1.6.3 我使用以下方法创建了一个新的 (lts-10.2) 堆栈项
我刚刚安装了 Stack 使用 curl -sSL https://get.haskellstack.org/ | sh 安装顺利,但尝试使用 Stack 安装 Intero 时失败 ffriis@B
我在全新安装的 Emacs 和 Intero 上打开了 Haskell 文件。启动时,intero 会尝试安装一个独立的 GHC。即使我的项目有 stack.yaml ,其中有 system-ghc:
当intero-mode尝试自动安装 Intero,它产生以下错误: Intero is not installed in the Stack environment. Installing inte
我正在尝试使用 M-. 转到函数的定义,但似乎 intero-goto-definition 仅适用于我当前所在的库正在开发,而不是在我导入的开发上。 这是我的 stack.yaml: flags:
我正在 emacs 下使用 Intero 来编辑我的新 Haskell 项目。我在代码中添加了对第三方库的导入,以查看 Intero 是否会自动添加必要的依赖项,但它没有。因此,我手动编辑了 .cab
我正在尝试在启用了 docker 集成的堆栈项目中使用 intero-mode。因此它的 stack.yml 包含: docker: enable: true image: my-projec
我是一名优秀的程序员,十分优秀!