csecp256k1

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

commit bde37e862b3e59e5000e9e7d677807ba29f000ed
parent 389d3df97bea5d06f40c1d3fa91c1a67b71bb99c
Author: Jared Tobin <jared@jtobin.io>
Date:   Tue, 12 Mar 2024 18:10:32 +0400

meta: pvp

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

diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -29,8 +29,8 @@ library exposed-modules: Crypto.Secp256k1 build-depends: - base - , bytestring + base >= 4.9 && < 5 + , bytestring >= 0.9 && < 0.13 , secp256k1-sys test-suite csecp256k1-tests