-
Notifications
You must be signed in to change notification settings - Fork 208
VSCode "cannot satisfy package id ..." #1660
Comments
You can not open |
Yes it is
https://paste.artemix.org/s/HcGrmg
Could you explain me why please ? |
Seems like there already is something wrong in your trace.
is related to a broken dependency of I don't know if it would fix the problem (that is, HIE not working) but I think it is worth a try. |
Sure. This We can not easily load this file since it could contain arbitrary code importing arbitrary dependencies and the build tools |
Okay thank you for the explanation.
(which just means stty isn't recognized as a valid command).
and |
Ok, so after a little bit of head scratching (as I'm not a proficient Windows users) I managed to install HIE on my Windows 10 and get it to work properly in VSC. As expected, I'm getting the I'm quite unsure at this point where does your error come from. |
Okay it works. The problem was coming from my GHC, in my path. I don't why but it was broken. |
I saw there is many issues related about this, which all result being a ghc version problem. And i think i'm in the same case, but i don't see how i could fix it.
hie --version
gives me:
Version 1.1, Git revision 66163e0f69ce4f9239c1723cb27a67e56156ec5d (3782 commits) x86_64 ghc-8.6.5
So in stack.yaml i changed the resolver to:
resolver: ghc-8.6.5
but i still get errors like:
and
in VSCode notifications.
I don't know if the second error message is related to the first one though.
The text was updated successfully, but these errors were encountered: