commit 4c2de18d0ac14594c060fe2d1e580ba8e97ce18c
parent 1d814a36204cd0f0858ad0651485deb118ca9ef8
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 27 Feb 2025 12:12:07 +0400
lib: add text-icu dependency
I don't see any practical way around this aside from only supporting the
English wordlist; we could vendor the underlying icu dependency and wrap
it ourselves, but I'm not sure that's better.
I'll defer the decision anyway.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/ppad-bip39.cabal b/ppad-bip39.cabal
@@ -14,6 +14,8 @@ description:
[BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
mnemonic codes for deterministic key generation.
+ FIXME add extra src files for wordlists
+
source-repository head
type: git
location: git.ppad.tech/bip39.git
@@ -33,6 +35,7 @@ library
, ppad-sha512
, primitive
, text
+ , text-icu
test-suite bip39-tests
type: exitcode-stdio-1.0
@@ -56,6 +59,7 @@ test-suite bip39-tests
, tasty
, tasty-hunit
, text
+ , text-icu
, vector
benchmark bip39-bench