cipher-aes 0.1.0 → 0.1.1
raw patch · 1 files changed
+1/−6 lines, 1 filesdep −cerealdep −ghc-primdep −primitivedep ~crypto-apiPVP ok
version bump matches the API change (PVP)
Dependencies removed: cereal, ghc-prim, primitive, tagged
Dependency ranges changed: crypto-api
API changes (from Hackage documentation)
Files
- cipher-aes.cabal +1/−6
cipher-aes.cabal view
@@ -1,5 +1,5 @@ Name: cipher-aes-Version: 0.1.0+Version: 0.1.1 Description: Fast AES cipher implementation with advanced mode of operations License: BSD3 License-file: LICENSE@@ -21,11 +21,6 @@ Library Build-Depends: base >= 4 && < 5 , bytestring- , ghc-prim- , primitive- , crypto-api >= 0.5- , tagged- , cereal Exposed-modules: Crypto.Cipher.AES ghc-options: -Wall C-sources: cbits/aes_generic.c