crypto-cipher-tests 0.0.6 → 0.0.7
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- crypto-cipher-tests.cabal +1/−1
- tests/Tests.hs +2/−2
crypto-cipher-tests.cabal view
@@ -1,5 +1,5 @@ Name: crypto-cipher-tests-Version: 0.0.6+Version: 0.0.7 Synopsis: Generic cryptography cipher tests Description: Generic cryptography cipher tests License: BSD3
tests/Tests.hs view
@@ -26,7 +26,7 @@ tests = [ testBlockCipher defaultKATs (undefined :: XorCipher)- , testStreamCipher defaultStreamKATs (undefined :: StreamCipher)+ , testStreamCipher defaultStreamKATs (undefined :: XorCipher) ] -main = defaultMain [tests]+main = defaultMain tests