curve25519 0.2.8 → 0.2.8.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- curve25519.cabal +2/−2
curve25519.cabal view
@@ -1,5 +1,5 @@ name: curve25519-version: 0.2.8+version: 0.2.8.1 synopsis: Fast implementations of the curve25519 elliptic curve primitives. description: Haskell bindings and extensions to the curve25519-donna codebase. This module is a pretty straightforward implementation@@ -23,7 +23,7 @@ exposed-modules: Crypto.Curve25519, Crypto.Curve25519.Exceptions, Crypto.Curve25519.Pure- build-depends: base >= 4.6 && < 4.20,+ build-depends: base >= 4.6 && < 4.22, bytestring >= 0.10 && < 0.13, crypto-api >= 0.10 && < 0.14 hs-source-dirs: src