-
Notifications
You must be signed in to change notification settings - Fork 175
Make cannot satisfy package messages more helpful #673
Comments
I have seen many many users having this message in different circumstances. but it seems that they just accept and give up.. so that would be a good idea. a systematic collect of errors would be awesome to know what are the most pressing needs. |
with the ghc-mod for ghcjs, I have |
We just pass whatever -package flags Cabal comes up with to GHC so you'll want to start debugging by looking at |
so much info, will parse that later for reference to stackers, the command was, in my ghcjs project and for getting verbose information
resulting in my case in
|
This should take care of the majority of cases: #687 |
We should be able to look for package-dbs that might contain packages that cannot be satisfied. Also this seems to be caused by GHC version conflicts.
The text was updated successfully, but these errors were encountered: