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