packages feed

eccrypto 0.2.3 → 0.2.3.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

eccrypto.cabal view
@@ -1,5 +1,5 @@ Name:                eccrypto-Version:             0.2.3+Version:             0.2.3.1 Synopsis:            Elliptic Curve Cryptography for Haskell Description:         Elliptic Curve Cryptography in Haskell, evolved for correctness and practical usability from higher-level libraries.                      .@@ -32,7 +32,7 @@   default-language: Haskell2010   Build-Depends:                 base >= 4 && < 5-              , bytestring >= 0.10 && < 0.11+              , bytestring >= 0.10 && < 0.12               , cryptohash-sha512 >= 0.11 && < 0.12               , integer-gmp >= 1.0 && < 1.2   if os(windows)@@ -61,7 +61,7 @@   Build-depends:                 base >= 4 && < 5               , base16-bytestring >= 1.0 && < 1.1-              , bytestring >= 0.10 && < 0.11+              , bytestring >= 0.10 && < 0.12               , Cabal >= 1.9.2               , eccrypto   ghc-options: -O2@@ -73,7 +73,7 @@   default-language: Haskell2010   main-is:          bench.hs   build-depends:    base >= 4 && < 5-                  , bytestring >= 0.10 && < 0.11+                  , bytestring >= 0.10 && < 0.12                   , criterion >= 1.4 && < 1.6                   , eccrypto                   , random >= 1.1 && < 1.2