-
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-path-* now allowed to be lists #1112
Comments
Thanks for the report. This should not be hard to fix. Can you help? |
I'd be happy to - I assume you mean actually handling lists, right? (Rather than outlawing them at the |
Yes, handling lists.
|
Hi @mikesperber, I noticed that docstrings for (While you are at it a section about those does not exist in |
(In the wake of haskell#1112.)
(In the wake of haskell#1112.)
(In the wake of haskell#1112.)
The customize specs for haskell-process-path-ghci & friends say they can be lists of strings. But the code actually only works with strings.
(I want to use
("nix-shell" "--run" "ghci")
.)The text was updated successfully, but these errors were encountered: