Skip to main content

All Questions

5 votes
1 answer
1k views

intero error: wrong-type-argument stringp nil

I'm trying to get intero running. After install, opening a Haskell file from an existing stack project results in: Debugger entered--Lisp error: (wrong-type-argument stringp nil) signal(wrong-type-...
Maxim's user avatar
  • 183
3 votes
1 answer
127 views

Intero always installs isolated GHC

I opened a Haskell file on a fresh installation of Emacs & Intero. While booting up, intero is trying to install an isolated GHC. This even though my project has stack.yaml which has system-ghc: ...
tejasbubane's user avatar
4 votes
1 answer
2k views

Stack fails to install intero

I just installed Stack using curl -sSL https://get.haskellstack.org/ | sh The install went fine but when trying to install Intero using Stack it fails ffriis@BNEC02QR6Y0G8WN ~> stack install ...
fred's user avatar
  • 1,822
3 votes
1 answer
305 views

Running emacs intero-mode with stack docker integration

I'm trying to use intero-mode in a stack project that has the docker integration enabled. Therefore its stack.yml contains: docker: enable: true image: my-project/build:lts-11.9 Even though, when ...
Jesuspc's user avatar
  • 1,744
0 votes
0 answers
173 views

Emacs Haskell Intero problems

I am writing the Haskell programs with the package readline. When I use the Intero and cabal file to autoinstall the package, it reports the error and can't recognize the package. while I can ...
handora's user avatar
  • 659
3 votes
2 answers
475 views

Haskero fails with "Not a valid Unicode code point!"

I'm trying to run Haskero to do Haskell editing with VSCode. However, it's failing on initialization, with the following error: Initializing Haskero... Spawning process 'stack' with command 'stack ...
Joey Eremondi's user avatar
4 votes
0 answers
1k views

Got problems with Intero. (or Haskero)

When I put on mouse on phrases, intero says "Couldn't guess that module name. Does it exists". It whines on function name, module name, every word of string, and even space or tab character. It does ...
SAN's user avatar
  • 69
6 votes
2 answers
2k views

Intero: ghc from stack configuration does not match

When intero-mode tries automatically installing Intero, it produces the following error: Intero is not installed in the Stack environment. Installing intero-0.1.23 automatically ... Error: While ...
bradrn's user avatar
  • 8,507
4 votes
1 answer
347 views

Check which targets/components a stack target/component depends on?

By running stack ide targets, I can get a list of all the targets in a stack project. For example, for Halive, I get: halive:lib halive:exe:halive halive:test:compileexpr halive:test:demo halive:test:...
dcastro's user avatar
  • 68.8k
1 vote
1 answer
761 views

Reinstalling intero using stack

I deleted intero from ~/Users/amir/.stack/snapshots/x86_64-osx/lts-9.14/8.0.2/bin/. Now if i run stack install intero. I get the following error: Couldn't find executable intero in directory ~/.stack/...
Amir's user avatar
  • 309
0 votes
0 answers
133 views

Intero Emacs error

I am getting the following error. Anyone knows how to solve it?
user12457's user avatar
  • 191