cryptocipher 0.6.0 → 0.6.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~cipher-aesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cipher-aes
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- cryptocipher.cabal +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2010-2011 Vincent Hanquez <vincent@snarc.org>+Copyright (c) 2010-2013 Vincent Hanquez <vincent@snarc.org> All rights reserved.
cryptocipher.cabal view
@@ -1,5 +1,5 @@ Name: cryptocipher-Version: 0.6.0+Version: 0.6.1 Description: Symmetrical block and stream ciphers. License: BSD3 License-file: LICENSE@@ -15,7 +15,7 @@ Library Build-Depends: base >= 4 && < 5 , crypto-cipher-types- , cipher-aes+ , cipher-aes >= 0.2.3 , cipher-rc4 , cipher-des , cipher-blowfish