-
Notifications
You must be signed in to change notification settings - Fork 207
hie doesn't work with error "cannot satisfy -package-id foo ... " on any Linux #1616
Comments
Hi! thank you for your bug report!
Contents of cradle:
stack: Or bash command: echo "cradle: { stack: {}}" > hie.yaml |
Wow! It worked when I add the hie.yaml. I missed the "project configuration". THANK YOU VERY MUCH. |
@RheoTommy did it work without the |
Unfortunately, I think you are running into a bug. The |
Adding Running |
This is turning out to be a really pesky problem for me. Every time I change something I need to rebuild the whole project with I'm running on WIN10. |
@tuomohopia does it happens in every project, even a simple one? If it doesnt, could you link to a project in which the issue is reproduced?
Maybe we can try to tacke that one too, it seems if hie.yaml works, it could be a better workaround for now. |
@jneira It does not, I just tested on a new scaffolded project with I think it may have started to do this when I added I'll try recompiling Now as far as
|
Oh, i am afraid that a (minimal if possible) project which reproduces the issue could help a lot to try to fix it. 🤔
I think the problem using
what stack version are you using? i am afraid that hie is more likely to work with stack version >= 2.1.1 Another diagnostics can be run
|
Yes, please paste the output of > hie --debug <some-file> here to show the error messages. |
Ok so this happens when running My
|
thank you for this bug report, I think this is a bug in cabal-helper and we will report this upstream! |
Hi. I'm Japanese.(So I think my English is not good. )
I tried to use HIE but it didn't work.
on manjaro
When I use manjaro, I installed stack with pacman and I installed HIE with AUR.
then HIE doesn't work with the error.
And though I installed HIE from source code, it didn't work.
on ubuntu
When I use manjaro, I installed stack with apt and I installed HIE from source code.
It didn't work.
what error
when I make a new stack project
I made a new project with this command
and open this project with VSCode. but didn't work with error
cannot satisfy -package-id foo-... (use -v for more information)
What should I do?
I tried to use HIE with reInstalling Ubuntu and Manjaro but it didn't work.
I don't know what I should do so .
The text was updated successfully, but these errors were encountered: