crypto-cipher-tests 0.0.9 → 0.0.10
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~byteabledep ~crypto-cipher-typesdep ~securemem
Dependency ranges changed: byteable, crypto-cipher-types, securemem
Files
crypto-cipher-tests.cabal view
@@ -1,5 +1,5 @@ Name: crypto-cipher-tests-Version: 0.0.9+Version: 0.0.10 Synopsis: Generic cryptography cipher tests Description: Generic cryptography cipher tests License: BSD3@@ -25,9 +25,9 @@ , test-framework-quickcheck2 , test-framework-hunit , bytestring- , byteable >= 0.1.1- , securemem >= 0.1.1- , crypto-cipher-types >= 0.0.7+ , byteable >= 0.1.1 && < 0.2+ , securemem >= 0.1.1 && < 0.2+ , crypto-cipher-types >= 0.0.7 && < 0.1 ghc-options: -Wall -fwarn-tabs Test-Suite test-crypto-cipher-dummy