tx

Minimal transaction primitives (docs.ppad.tech/tx).
git clone git://git.ppad.tech/tx.git
Log | Files | Refs | README | LICENSE

commit a186914460bea4a6937422b23cb5ba8cf4885e98
parent 6e22072caac8c1db991c2640fcb795afba8c294a
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 14:01:25 -0230

lib: bump ppad-base16 bounds

Diffstat:
Mppad-tx.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppad-tx.cabal b/ppad-tx.cabal @@ -38,7 +38,7 @@ library base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 , deepseq >= 1.4 && < 2 - , ppad-base16 >= 0.2.1 && < 0.3 + , ppad-base16 >= 0.3 && < 0.4 , ppad-sha256 >= 0.3 && < 0.4 test-suite tx-tests