ppad-bip32 0.3.1 → 0.3.2
raw patch · 2 files changed
+11/−8 lines, 2 filesdep ~ppad-base58dep ~ppad-fixeddep ~ppad-ripemd160
Dependency ranges changed: ppad-base58, ppad-fixed, ppad-ripemd160, ppad-secp256k1, ppad-sha256, ppad-sha512
Files
- CHANGELOG +3/−0
- ppad-bip32.cabal +8/−8
CHANGELOG view
@@ -1,5 +1,8 @@ # Changelog +- 0.3.2 (2025-12-28)+ * Upgrades to newer dependencies and tests with GHC 9.10.3.+ - 0.3.1 (2025-12-27) * Upgrades to ppad-fixed v0.1.2 and ppad-secp256k1 v0.5.1.
ppad-bip32.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-bip32-version: 0.3.1+version: 0.3.2 synopsis: BIP32 hierarchical deterministic wallets. license: MIT license-file: LICENSE@@ -8,7 +8,7 @@ maintainer: jared@ppad.tech category: Cryptography build-type: Simple-tested-with: GHC == 9.8.1+tested-with: GHC == 9.10.3 extra-doc-files: CHANGELOG description: [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)@@ -36,12 +36,12 @@ build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13- , ppad-base58 >= 0.2 && < 0.3- , ppad-fixed >= 0.1.2 && < 0.2- , ppad-ripemd160 >= 0.1.3 && < 0.2- , ppad-secp256k1 >= 0.5.1 && < 0.6- , ppad-sha256 >= 0.2.3 && < 0.3- , ppad-sha512 >= 0.1.3 && < 0.2+ , ppad-base58 >= 0.2.2 && < 0.3+ , ppad-fixed >= 0.1.3 && < 0.2+ , ppad-ripemd160 >= 0.1.4 && < 0.2+ , ppad-secp256k1 >= 0.5.2 && < 0.6+ , ppad-sha256 >= 0.2.4 && < 0.3+ , ppad-sha512 >= 0.1.4 && < 0.2 test-suite bip32-tests type: exitcode-stdio-1.0