bech32

Pure Haskell bech32 and bech32m encodings (docs.ppad.tech/bech32).
git clone git://git.ppad.tech/bech32.git
Log | Files | Refs | README | LICENSE

commit ee3fc0266a75589aed53f78ba656b5d76644de90
parent 94e62d60103129f40e348cef99df6d214b6654d3
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 14 Dec 2024 06:21:46 -0330

release: v0.1.1

Simply makes generated Haddocks nicer.

Diffstat:
MCHANGELOG | 3+++
Mppad-bech32.cabal | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.1 (2024-12-14) + * Simply improves generated Haddocks. + - 0.1.0 (2024-12-14) * Initial release, supporting encoding and checksum verification for bech32 and bech32m. diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bech32 -version: 0.1.0 +version: 0.1.1 synopsis: The bech32 and bech32m encodings, per BIPs 173 & 350. license: MIT license-file: LICENSE