curve25519 0.2.2 → 0.2.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Crypto.Curve25519.Pure: instance Show PrivateKey
- Crypto.Curve25519.Pure: instance Show PublicKey
+ Crypto.Curve25519.Pure: instance GHC.Show.Show Crypto.Curve25519.Pure.PrivateKey
+ Crypto.Curve25519.Pure: instance GHC.Show.Show Crypto.Curve25519.Pure.PublicKey
Files
- curve25519.cabal +3/−3
curve25519.cabal view
@@ -1,5 +1,5 @@ name: curve25519-version: 0.2.2+version: 0.2.3 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.9,+ build-depends: base >= 4.6 && < 4.10, bytestring >= 0.10 && < 0.12, crypto-api >= 0.10 && < 0.14 hs-source-dirs: src@@ -32,7 +32,7 @@ main-is: Test.hs cc-options: -Dmain=ctest_main c-sources: upstream-c/test-curve25519.c- build-depends: base >= 4.6 && < 4.9,+ build-depends: base >= 4.6 && < 4.10, bytestring >= 0.10 && < 0.12, crypto-api >= 0.10 && < 0.14, curve25519 >= 0.2 && < 0.3,