-
Notifications
You must be signed in to change notification settings - Fork 347
Is it possible to use ghci-ng with "stack-ghci" haskell-process-type? #889
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
Comments
I'm missing this feature too! |
I do not see a fundamental problem why this should not work. What does |
Well, I can see that But, based on |
Sounds like an issue report for stack.
When you report it there can you post a link here so we know when it is
ready?
|
I noticed recently that (setq haskell-process-wrapper-function
(lambda (args)
(append args (list "--with-ghc" "ghci-ng")))) |
Wow, great, that works. In this case I had to modify |
The version of My question is, would it our work out of the box for |
I'm trying to get the
:type-at
basedhaskell-process-do-type
working with stack based projects.The text was updated successfully, but these errors were encountered: