packages feed

ppad-base58 0.2.2 → 0.2.3

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~ppad-sha256

Dependency ranges changed: ppad-sha256

Files

CHANGELOG view
@@ -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. 
ppad-base58.cabal view
@@ -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 @@   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