IntersectMBO / bech32

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

Revise upper version bounds for dependencies. #71

Closed jonathanknowles closed 4 months ago

jonathanknowles commented 4 months ago

This PR revises the following upper version bounds for dependencies:

- containers < 0.7
+ containers < 0.8
- QuickCheck < 2.15
+ QuickCheck < 2.16

I have manually confirmed that building succeeds with the following constraints:

Fixes #70.