-
Notifications
You must be signed in to change notification settings - Fork 843
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
stack exec pacman fails #1728
Comments
For info, I do have I think this might have all started going wrong when I ran:
|
For info, |
Is it when compiling ghcjs or when booting it? If when compiling it, then yes, that'd make sense, because msys gets installed after the compiler, and isn't available when building ghcjs. Otherwise, though, the logic for msys is identical to when it is used with ghc. |
It fails to find |
Ok, yeah, sounds like the fix is simple - install msys before installing the compiler - and have it on the path during that process. Hopefully this won't affect the success of normal ghc setup. |
Oh wait, looking at this issue more carefully, obviously you aren't using ghcjs with hlint. A botched ghcjs setup really shouldn't affect anything. Weird! |
My student ran into this same issue. @mgsloan suggested doing What finally fixed it was uninstalling the system GHC and deleting everything we could find that looked like either a cache used by |
@byorgey The issue with your first That isn't your fault, I think it is a funky default that the system ghc is preferred even if you've done You can also put |
I thought we also tried |
Closing this as an old support issue. |
Where should I be expecting pacman to live? I can't find it under C:\Users\ndmit_000\AppData\Roaming\stack, which is where I expected it? This is using stack HEAD.
The text was updated successfully, but these errors were encountered: