commit 99988478ed9f5c5cb6df422049d65c74ea211ad3
parent 4162e41f5ac5a206bf8f80063158af22a717c46a
Author: Jared Tobin <jared@jtobin.io>
Date: Mon, 10 Mar 2025 20:57:31 +0400
lib: relax base16 upper bound
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ppad-script.cabal b/ppad-script.cabal
@@ -31,7 +31,7 @@ library
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
, primitive >= 0.8 && < 0.10
- , ppad-base16 >= 0.1 && < 0.2
+ , ppad-base16 >= 0.1 && < 0.3
test-suite script-tests
type: exitcode-stdio-1.0