Skip to content

Add latest version info to reporting #23

@bergmark

Description

@bergmark

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions