cipher-aes 0.1.4 → 0.1.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~test-frameworkdep ~test-framework-quickcheck2PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: test-framework, test-framework-quickcheck2
API changes (from Hackage documentation)
Files
- cipher-aes.cabal +3/−3
cipher-aes.cabal view
@@ -1,5 +1,5 @@ Name: cipher-aes-Version: 0.1.4+Version: 0.1.5 Description: Fast AES cipher implementation with advanced mode of operations. .@@ -50,8 +50,8 @@ , cipher-aes , bytestring , QuickCheck >= 2- , test-framework >= 0.3.3 && < 0.7- , test-framework-quickcheck2 >= 0.2.9 && < 0.3+ , test-framework >= 0.3.3+ , test-framework-quickcheck2 >= 0.2.9 Benchmark bench-cipher-aes hs-source-dirs: Benchmarks