-
Notifications
You must be signed in to change notification settings - Fork 710
gen-bounds incorrectly reports missing bound when depend on internal library #6290
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
Comments
/cc @mightybyte |
Still reproducible as of 2022-08-17. |
BTW, is this a dupe of #7504? |
andreasabel
added a commit
that referenced
this issue
Aug 17, 2022
andreasabel
added a commit
that referenced
this issue
Aug 17, 2022
andreasabel
added a commit
that referenced
this issue
Aug 18, 2022
I don't think so. The present issue is a rather minor glitch, which I took over as a warm-up on |
andreasabel
added a commit
that referenced
this issue
Aug 19, 2022
andreasabel
added a commit
that referenced
this issue
Aug 21, 2022
andreasabel
added a commit
that referenced
this issue
Aug 23, 2022
andreasabel
added a commit
that referenced
this issue
Aug 25, 2022
andreasabel
added a commit
that referenced
this issue
Aug 27, 2022
andreasabel
added a commit
that referenced
this issue
Aug 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
cabal gen-bounds
can sometimes report there are missing bounds, but there aren't any.To Reproduce
Running
cabal gen-bounds
with this .cabal file triggers the bug.The output is as follows:
Thanks hvr for minimizing. Seems the cause is the dependency on a library within the same project.
Expected behavior
gen-bounds should report that all of my dependencies have PVP-compliant bounds.
System informataion
The text was updated successfully, but these errors were encountered: