commit 4905cadaf299c87175578895d82b5a3882ee0923
parent b8dd1aba5150108017f48d5a9aec4b5242381040
Author: Jared Tobin <jared@jtobin.io>
Date: Thu, 12 Dec 2024 17:04:24 -0330
meta: add primitive dep, fix spurious c/p
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ppad-bech32.cabal b/ppad-bech32.cabal
@@ -28,6 +28,7 @@ library
build-depends:
base >= 4.9 && < 5
, bytestring >= 0.9 && < 0.13
+ , primitive >= 0.8 && < 0.10
test-suite bech32-tests
type: exitcode-stdio-1.0
@@ -62,5 +63,4 @@ benchmark bech32-bench
, bytestring
, criterion
, ppad-bech32
- , SHA