secp256k1

Pure Haskell cryptographic primitives on the secp256k1 elliptic curve.
git clone git://git.ppad.tech/secp256k1.git
Log | Files | Refs | LICENSE

commit 3ceca87c3d4b7eb1c692431597363e2f316099b0
parent 507405051519dede273fd0c5244d815f02b3aa48
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon, 16 Sep 2024 22:08:16 +0400

meta: ghc981 in flake

Diffstat:
Mflake.nix | 4++--
Mppad-secp256k1.cabal | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -21,10 +21,10 @@ sha256 = ppad-sha256.packages.${system}.default; - hpkgs = pkgs.haskell.packages.ghc964.extend (new: old: { + hpkgs = pkgs.haskell.packages.ghc981.extend (new: old: { ppad-sha256 = ppad-sha256.packages.${system}.default; ${lib} = new.callCabal2nix lib ./. { - inherit (new) ppad-sha256; + ppad-sha256 = new.ppad-sha256; }; }); diff --git a/ppad-secp256k1.cabal b/ppad-secp256k1.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.8.1, 9.6.4 } extra-doc-files: CHANGELOG description: A pure Haskell implementation of various cryptographic primitives on the