commit 1babbd97abf0a6163657676396b8eedf4fdf4105
parent 08cb6bf5b24a730e8101110e4cbbc8a95788751e
Author: Jared Tobin <jared@jtobin.io>
Date: Sat, 10 Jan 2026 21:46:48 +0400
release: v0.2.3
Diffstat:
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,8 @@
# Changelog
+- 0.2.3 (2026-01-10)
+ * Bumps the ppad-sha256 dependency.
+
- 0.2.2 (2025-12-28)
* Adds an 'llvm' build flag and tests with GHC 9.10.3.
diff --git a/flake.lock b/flake.lock
@@ -105,11 +105,11 @@
]
},
"locked": {
- "lastModified": 1767897559,
- "narHash": "sha256-UabcPqE4O+h1HHv02LjanjuorRS91OODqk0ek55VrmQ=",
+ "lastModified": 1768045644,
+ "narHash": "sha256-8+jLaYRN8iX6NmyotE7DvjfjUIT8I0KOchgcP7uq7Vo=",
"ref": "master",
- "rev": "528d9cf07ca756fb5422cab174849fe0708620d0",
- "revCount": 111,
+ "rev": "4716cd5b4e673e9cb66e4e5e427e5464a7c10977",
+ "revCount": 116,
"type": "git",
"url": "git://git.ppad.tech/sha256.git"
},
diff --git a/ppad-base58.cabal b/ppad-base58.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: ppad-base58
-version: 0.2.2
+version: 0.2.3
synopsis: base58 and base58check encoding/decoding.
license: MIT
license-file: LICENSE
@@ -35,7 +35,7 @@ library
build-depends:
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
- , ppad-sha256 > 0.2 && < 0.3
+ , ppad-sha256 >= 0.3 && < 0.4
test-suite base58-tests
type: exitcode-stdio-1.0