curve25519 0.2.5 → 0.2.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- curve25519.cabal +2/−2
curve25519.cabal view
@@ -1,5 +1,5 @@ name: curve25519-version: 0.2.5+version: 0.2.6 synopsis: Fast implementations of the curve25519 elliptic curve primitives. description: Haskell bindings and extensions to the curve25519-donna codebase.@@ -17,7 +17,7 @@ exposed-modules: Crypto.Curve25519, Crypto.Curve25519.Exceptions, Crypto.Curve25519.Pure- build-depends: base >= 4.6 && < 4.15,+ build-depends: base >= 4.6 && < 4.16, bytestring >= 0.10 && < 0.12, crypto-api >= 0.10 && < 0.14 hs-source-dirs: src