csecp256k1

Haskell FFI bindings to bitcoin-core/secp256k1 (docs.ppad.tech/csecp256k1).
git clone git://git.ppad.tech/csecp256k1.git
Log | Files | Refs | README | LICENSE

commit 9fe0e6a2464e8db77a08c7c93d26a7a827424f31
parent a0d6dd2198395fd8ef78cb120f7d36c33b596379
Author: Jared Tobin <jared@jtobin.io>
Date:   Thu,  7 Nov 2024 16:45:58 +0400

meta: internal bounds

Diffstat:
Mppad-csecp256k1.cabal | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -83,8 +83,8 @@ library secp256k1-sys Crypto.Curve.Secp256k1.Internal build-depends: - base - , bytestring + base >= 4.9 && < 5 + , bytestring >= 0.9 && < 0.13 ghc-options: -Wall