Kostia R
Kostia R
There is indeed an error, but not where you've fixed it :) Here's the correct fix: 
@DanielG I'm not sure I see how. I'm on 7.8.4 for work-project and used it to install ghc-mod also. Should that be ok? Another weird thing is that it worked...
@DanielG sure, thank you :)
Just in case: "stack clean" helped. Of course, I needed to rebuild all my non-stackage-snapshot dependencies on next build, but at least this is something. UPDATE: broken again on dependency-edit....
One more thing: doing: ``` sudo killall ghc-mod rm -rf proj-main/.stack-work rm -rf proj/proj-shared/.stack-work rm -rf proj/somelib/.stack-work ``` Helped without a need to re-install dependencies, since they're in `proj/.stack-work`. Maybe...
@DanielG just checked – yes it helps removing them. I'd be happy to provide more details. I reproduced bug on a fresh set of projects, so it's also reproducible.
@DanielG even manually making sure stack has up-to-date `setup-config` (removed it and ran `stack build` to make sure) didn't help. Still getting: ``` : cannot satisfy -package-id proj-shared-0.1.0.0-661925d955e7e0389cf64d7db21a26a3 (use -v...
@DanielG I created a repo with clear instructions on how to reproduce. Please, check it out!
@DanielG oops, repo is at https://github.com/k-bx/ghcmod-bug
I think this is resolved, at least for me on latest ghc-mod.