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 09043dd0c9d8132c644d7496dffc31c8f1163c3a
parent 88ece41201f028e773a657576f29a1115c2f049b
Author: Jared Tobin <jared@jtobin.io>
Date:   Sat, 16 May 2026 14:05:09 -0230

release: v0.2.3

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.2.3 (2026-05-16) + * Bumps the ppad-base16 dependency to 0.3. + - 0.2.2 (2025-12-28) * Adds an 'llvm' flag and tests with GHC 9.10.3. diff --git a/ppad-script.cabal b/ppad-script.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-script -version: 0.2.2 +version: 0.2.3 synopsis: Primitive Script support. license: MIT license-file: LICENSE