diff --git a/crypto-cipher-benchmarks.cabal b/crypto-cipher-benchmarks.cabal
--- a/crypto-cipher-benchmarks.cabal
+++ b/crypto-cipher-benchmarks.cabal
@@ -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
