IntersectMBO / bech32

Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
44 stars 13 forks source link

Add upper version bound for `optparse-applicative`. #50

Closed jonathanknowles closed 1 year ago

jonathanknowles commented 1 year ago

This PR fixes the build by introducing an upper version bound on for optparse-applicative.

This is a temporary workaround for https://github.com/input-output-hk/bech32/issues/51.