-
Notifications
You must be signed in to change notification settings - Fork 704
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
Spurious warning about internal library dependency? #4169
Labels
Milestone
Comments
Yep, I've also seen this multiple times. Would be nice to fix for 2.0. |
I think the problem is cabal-install is editing the Cabal file to add an extra constraint (based on the dep solve result?) but it's also editing internal deps. I think the right thing to do is to not edit in this way. |
Related: #5119. |
Closing as duplicate of #5119, which contains the majority of info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to build https://github.com/glguy/advent2016/blob/master/advent2016.cabal with today's cabal-install from the master branch I get what I think might be spurious warnings about internal dependencies
Also I'm getting interleaved output of these warnings due to concurrent builds.
The text was updated successfully, but these errors were encountered: