From 7979362f8a270c17b2b96a4bb7a61ca92628255a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:47:11 +0200 Subject: [PATCH] Enabled `ppad-bip39`. --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 50c0131b..32867cea 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3059,13 +3059,12 @@ packages: - mcmc-types - mighty-metropolis - mwc-probability - # missing test *.json (#7910) - ppad-aead - ppad-base16 - ppad-base58 - ppad-bech32 - ppad-bip32 - - ppad-bip39 < 0 + - ppad-bip39 - ppad-chacha - ppad-fixed - ppad-hkdf @@ -8334,6 +8333,7 @@ expected-test-failures: - rzk - ppad-aead # 0.3.1 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) - ppad-base58 # 0.2.3 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) + - ppad-bip39 # 0.3.3 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) - ppad-hkdf # 0.3.2 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) - ppad-hmac-drbg # 0.3.1 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910) - ppad-pbkdf # 0.2.2 missing test *.json (https://github.com/commercialhaskell/stackage/issues/7910)