packages feed

crypto-cipher-benchmarks 0.0.4 → 0.0.5

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-benchmarks.cabal view
@@ -1,5 +1,5 @@ Name:                crypto-cipher-benchmarks-Version:             0.0.4+Version:             0.0.5 Synopsis:            Generic cryptography cipher benchmarks Description:         Generic cryptography cipher benchmarks License:             BSD3@@ -17,12 +17,12 @@   Exposed-modules:   Crypto.Cipher.Benchmarks   Build-depends:     base >= 4 && < 5                    , bytestring-                   , byteable >= 0.1.1-                   , securemem >= 0.1.1                    , criterion-                   , crypto-cipher-types >= 0.0.6                    , mtl                    , pretty+                   , byteable >= 0.1.1 && < 0.2+                   , securemem >= 0.1.1 && < 0.2+                   , crypto-cipher-types >= 0.0.6 && < 0.1   ghc-options:       -Wall -fwarn-tabs  source-repository head