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

bech32 1.1.4.1 has incorrect version bounds #649

Open
HeinrichApfelmus opened this issue Jan 29, 2024 · 1 comment
Open

bech32 1.1.4.1 has incorrect version bounds #649

HeinrichApfelmus opened this issue Jan 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working dependencies

Comments

@HeinrichApfelmus
Copy link

The package bech32-1.1.4.1 has incorrect version bounds — it requires optparse-applicative (>=0.18.1.0 && <0.19) to compile; it cannot be compiled with earlier versions of this dependency.

Moreover, bech32 has already been released on Hackage, the latest version being 1.1.4

bech32-1.1.4.1 appears to be a patched version uploaded to CHaP in #409 .

@disassembler As you were the original uploader, could you either

  • Remove bech32 from CHaP, as there is already a Hackage release,
  • Or publish a version of bech32 that includes the tightened version bound?
@michaelpj
Copy link
Contributor

bech32-1.1.4. should never have been released, it does not follow our policy on version numbers for patched packages and thus is at risk of shadowing a real Hackage release.

We can't remove things from CHaP, but we can revise them. Unfortunately if there is ever a real bech32-1.1.4.1 release the CHaP one will shadow it no matter what we do :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies
Projects
None yet
Development

No branches or pull requests

3 participants