packages feed

cipher-aes128 0.7 → 0.7.0.1

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

cipher-aes128.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                cipher-aes128-version:             0.7+version:             0.7.0.1 synopsis:            AES and common modes using AES-NI when available. description:         Cipher-aes128 is an implementation of AES and common modes of operation.  It borrows Hanquez's C AES code (see 'cipher-aes') but                      is unique due to including compile-time detection of@@ -37,7 +37,7 @@   default-language:    Haskell2010   exposed-modules:     Crypto.Cipher.AES128, Crypto.Cipher.AES128.Internal   build-depends:       base >=4.2 && < 5,-                       bytestring,+                       bytestring >= 0.10.2,                        crypto-api >= 0.13,                        tagged,                        cereal@@ -82,4 +82,5 @@                     , crypto-api-tests                     , test-framework                     , cipher-aes128-                    , bytestring, tagged, cereal, crypto-api+                    , bytestring >= 0.10.2+                    , tagged, cereal, crypto-api