cardano-haskell-packages icon indicating copy to clipboard operation
cardano-haskell-packages copied to clipboard

`bech32` 1.1.4.1 has incorrect version bounds

Open HeinrichApfelmus opened this issue 5 months ago • 1 comments

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 https://github.com/IntersectMBO/cardano-haskell-packages/pull/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?

HeinrichApfelmus avatar Jan 29 '24 12:01 HeinrichApfelmus