Skip to content

Revision of semigroupoids-5.0.0.4 broke lts-3.x #3185

@unclechu

Description

@unclechu

Revision have been made 6 January:
https://hackage.haskell.org/package/semigroupoids-5.0.0.4/revisions/

Even latest lts-3.22 have tagged-0.8.2 but minimal acceptable version in new revision is 0.8.5, so, build that depends on lts-3.12 fails with this error:

Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for semigroupoids-5.0.0.4:
    tagged-0.8.1 from stack configuration does not match >=0.8.5 && <1 (latest matching version is 0.8.5)
needed due to %OUR_PACKAGE_NAME%-1.0 -> semigroupoids-5.0.0.4
Some potential ways to resolve this:
  * Recommended action: try adding the following to your extra-deps in /foo/bar/baz/stack.yaml:
- tagged-0.8.5
  * Set 'allow-newer: true' to ignore all version constraints and build anyway.
  * You may also want to try using the 'stack solver' command.
Plan construction failed.

Is there any solution to use original revisions to prevent this mess?

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