Skip to content
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

Add latest version info to reporting #23

Open
bergmark opened this issue Mar 15, 2021 · 1 comment
Open

Add latest version info to reporting #23

bergmark opened this issue Mar 15, 2021 · 1 comment

Comments

@bergmark
Copy link
Member

E.g. I got this output when trying to re-enable tasty

tasty-1.4.1 ([changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog)) [...] is out of bounds for:
[...]
- [ ] tasty-ant-xml-1.1.7 (>=0.10 && < 1.4). [...]. Used by: library

this lead me to believe that i needed to disable tasty-ant-xml, but there was an upper bound on it that can be removed instead.

Would help if the output was something like

tasty-1.4.1 ([changelog](http://hackage.haskell.org/package/tasty-1.4.1/changelog)) [...] is out of bounds for:
[...]
- [ ] tasty-ant-xml-1.1.7 (>=0.10 && < 1.4). [...]. Used by: library (Later version available: 1.1.8)
@juhp
Copy link
Collaborator

juhp commented Dec 26, 2023

Perhaps obsoleted somewhat by commenter now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants