issues
search
IntersectMBO
/
bech32
Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
47
stars
13
forks
source link
Introduce Template Haskell companion library.
#15
Closed
jonathanknowles
closed
4 years ago
jonathanknowles
commented
4 years ago
This PR:
[x] Introduces a Template Haskell companion library
bech32-th
, with an accompanying test suite.
[x] Adjusts the directory structure so that both libraries are included in a single repository.
[x] Adjusts the automated build so that both libraries are built and tested by a single script.
[x] Removes inappropriate flags that were identified by
cabal check
.
[x] Bumps the version to
1.0.2
, in preparation for a new release.
This PR:
bech32-th
, with an accompanying test suite.cabal check
.1.0.2
, in preparation for a new release.