packages feed

curve25519 0.2.3 → 0.2.4

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, QuickCheck, base, bytestring, crypto-api, curve25519

API changes (from Hackage documentation)

Files

curve25519.cabal view
@@ -1,5 +1,5 @@ name:                curve25519-version:             0.2.3+version:             0.2.4 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.10,+  build-depends:       base       >= 4.6  && < 4.15,                        bytestring >= 0.10 && < 0.12,                        crypto-api >= 0.10 && < 0.14   hs-source-dirs:      src@@ -32,13 +32,13 @@   main-is:             Test.hs   cc-options:          -Dmain=ctest_main   c-sources:           upstream-c/test-curve25519.c-  build-depends:       base                       >= 4.6     && < 4.10,-                       bytestring                 >= 0.10    && < 0.12,-                       crypto-api                 >= 0.10    && < 0.14,-                       curve25519                 >= 0.2     && < 0.3,+  build-depends:       base,+                       bytestring,+                       crypto-api,+                       curve25519,                        DRBG                       >= 0.5     && < 0.7,-                       HUnit                      >= 1.2.5.2 && < 1.4,-                       QuickCheck                 >= 2.4     && < 2.8,+                       HUnit                      >= 1.2.5.2 && < 1.7,+                       QuickCheck                 >= 2.4     && < 2.15,                        tagged                     >= 0.7     && < 0.9,                        test-framework             >= 0.2     && < 1.0.0,                        test-framework-hunit       >= 0.3     && < 0.5,