script

Representations and fast conversions for Script (docs.ppad.tech/script).
git clone git://git.ppad.tech/script.git
Log | Files | Refs | README | LICENSE

commit 009fe2f38b9445fbec46065f09111e7523422136
parent dcd18ab657b83f47e00017eb462c91879b2d6382
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 14:01:18 -0230

lib: bump ppad-base16 bounds

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

diff --git a/ppad-script.cabal b/ppad-script.cabal @@ -38,7 +38,7 @@ library base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 , primitive >= 0.8 && < 0.10 - , ppad-base16 >= 0.2.1 && < 0.3 + , ppad-base16 >= 0.3 && < 0.4 test-suite script-tests type: exitcode-stdio-1.0