IntersectMBO / bech32

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

Bump upper bound for `base`. #18

Closed jonathanknowles closed 4 years ago

jonathanknowles commented 4 years ago

Related Issue

https://github.com/commercialhaskell/stackage/issues/5365

Summary

This PR bumps the upper bound on base for both:

This will allow the package to continue building with the GHC 8.10.* series.

Additionally, this PR adds lower bounds for the following packages (determined experimentally):

Additional Steps