-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
(wrong-number-of-arguments (3 . 3) 2) error when installing or updating haskell #2213
Comments
Upstream issue: haskell/haskell-mode#1691 |
Thank you, I'll close the issue |
I'll keep this open until it is resolved upstream. |
...and it's fixed upstream: haskell/haskell-mode@38c512b. |
Thank goodness. @tchajed Thanks for letting us know! |
How do we recover from this error? |
You just need the latest version of the haskell-mode package. |
|
Then maybe manually do a You should also be able to remove |
Thanks, |
Ah, I didn't realize that (perhaps a change since I last needed to purge a repo). Glad you sorted that out! So to summarize, the cleanest way to recover from a broken upstream package is to remove the relevant module from your config, delete the clone with |
@asymmetric That, or delete these two directories manually: |
I'm trying to install the Haskell mode through doom.d init and I keep running into two consecutive lines of
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 3) 2)
Eager macro-expansion failure: (wrong-number-of-arguments (3 . 3) 2)
when doom refresh attempts Installing & building packages. Quoting out haskell and refresh works normally.
The full debug message is quite long, not sure if posting that here will be of much help.
The text was updated successfully, but these errors were encountered: