packages feed

secp256k1-haskell 1.4.3 → 1.4.4

raw patch · 2 files changed

+10/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.4.3] - 2025-05-08++### Changed++- New home in github.com/jprupp rather than github.com/haskoin.+ ## [1.4.2] - 2024-12-10  ### Changed
secp256k1-haskell.cabal view
@@ -1,19 +1,19 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack  name:           secp256k1-haskell-version:        1.4.3+version:        1.4.4 synopsis:       Bindings for secp256k1 description:    Sign and verify signatures using the secp256k1 library. category:       Crypto homepage:       http://github.com/jprupp/secp256k1-haskell#readme bug-reports:    https://github.com/jprupp/secp256k1-haskell/issues-author:         Jean-Pierre Rupp+author:         JP Rupp maintainer:     jprupp@protonmail.ch-copyright:      (c) 2017 Jean-Pierre Rupp+copyright:      (c) 2017 JP Rupp license:        MIT license-file:   LICENSE build-type:     Simple