-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haskell process command errored with: (wrong-type-argument stringp nil) #1569
Comments
I have exactly the same problem, running Arch Linux and GHC 8.2.1, Emacs 25.3 and the latest haskell-mode from GitHub |
Same here, Mint/Emacs25. |
Does the What is your haskell-mode configuration? |
I don't see any buffer named
That |
I got it to work by adding this to my (setq haskell-process-type 'stack-ghci)
(setq haskell-process-path-ghci "stack") However, I had no configuration before. It appears that it doesn't work without stack. I'm not sure why, and it would be nice if there was a better error message than given.
|
Hello guys,
|
It seems that |
I have the same problem. This #1573 might help. As far as I understand until ghc 8.2.2 with |
@pvmart your patch works for me! |
@pvmart Thanks for the patch! also working like a charm on my system |
with respect to adamse analysis above, I am seeing the same issue but the error message is (error "Unexpected response from haskell process) I have thus updated #1496 I don't see the original problem on the latest version of haskell-mode so perhaps this issue can be closed? |
The above error happens whenever I try to load a buffer into the haskell interactive process (
C-c C-l
orhaskell-process-load-file
). I orginally thought it was an issue withghc-mod
, but now I have that installed so I have no idea how to even diagnose the problem. I have had this problem for quite some time now.I'm running Arch Linux, GHC 8.2.1 using
ghc-static
.cabal
is installed locally, statically fromstack-static
.The text was updated successfully, but these errors were encountered: