csecp256k1

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

commit 5c3ea58f43d6751cd5bcf9eef17db951acd7dd4d
parent 0263384b7c2760c3b4130c6bd1a01e80d6b14464
Author: Jared Tobin <jared@jtobin.io>
Date:   Sun,  3 Mar 2024 08:46:12 +0400

meta: update tested-with in cabal file

Diffstat:
Mppad-csecp256k1.cabal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal @@ -8,7 +8,7 @@ author: Jared Tobin maintainer: jared@ppad.tech category: Cryptography build-type: Simple -tested-with: GHC == 9.6.4 +tested-with: GHC == { 9.6.4, 9.4.8 } description: Bindings to bitcoin-core/secp256k1, which provides digital signatures and other cryptographic primitives on the secp256k1