bech32

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

commit 208cc90800750a4f81eed67da2b7a6653fce7d2d
parent 777e7e7906fc01fa4833c77cc504a017e56aa9b8
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 14 Dec 2024 04:31:23 -0330

test: deps

Diffstat:
Mppad-bech32.cabal | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal @@ -41,14 +41,10 @@ test-suite bech32-tests -rtsopts -Wall -O2 build-depends: - aeson - , base - , base16-bytestring - , bytestring + base , ppad-bech32 , tasty - , tasty-hunit - , text + , tasty-quickcheck benchmark bech32-bench type: exitcode-stdio-1.0