secp256k1-haskell 1.4.0 → 1.4.1
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
- Crypto.Secp256k1: [$sel:get:CompactSig] :: CompactSig -> ByteString
- Crypto.Secp256k1: [$sel:get:Ctx] :: Ctx -> ForeignPtr LCtx
- Crypto.Secp256k1: [$sel:get:Msg] :: Msg -> ByteString
- Crypto.Secp256k1: [$sel:get:PubKey] :: PubKey -> ByteString
- Crypto.Secp256k1: [$sel:get:SecKey] :: SecKey -> ByteString
- Crypto.Secp256k1: [$sel:get:Sig] :: Sig -> ByteString
- Crypto.Secp256k1: [$sel:get:Tweak] :: Tweak -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:CompactSig] :: CompactSig -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:Msg] :: Msg -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:PubKey] :: PubKey -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:SecKey] :: SecKey -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:Sig] :: Sig -> ByteString
- Crypto.Secp256k1.Internal.Base: [$sel:get:Tweak] :: Tweak -> ByteString
- Crypto.Secp256k1.Internal.Context: [$sel:get:Ctx] :: Ctx -> ForeignPtr LCtx
+ Crypto.Secp256k1: [get] :: Tweak -> ByteString
+ Crypto.Secp256k1.Internal.Base: [get] :: CompactSig -> ByteString
+ Crypto.Secp256k1.Internal.Context: [get] :: Ctx -> ForeignPtr LCtx
Files
- CHANGELOG.md +6/−0
- secp256k1-haskell.cabal +4/−4
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.1] - 2024-12-10++### Changed++- Relax version restriction on QuickCheck.+ ## [1.4.0] - 2024-08-28 ### Removed
secp256k1-haskell.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: secp256k1-haskell-version: 1.4.0+version: 1.4.1 synopsis: Bindings for secp256k1 description: Sign and verify signatures using the secp256k1 library. category: Crypto@@ -40,7 +40,7 @@ pkgconfig-depends: libsecp256k1 build-depends:- QuickCheck >=2.9.2 && <2.15+ QuickCheck >=2.9.2 && <2.16 , base >=4.9 && <5 , base16 >=1.0 , bytestring >=0.10.8 && <0.13@@ -65,7 +65,7 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HUnit- , QuickCheck >=2.9.2 && <2.15+ , QuickCheck >=2.9.2 && <2.16 , base >=4.9 && <5 , base16 >=1.0 , bytestring >=0.10.8 && <0.13