diff --git a/cipher-rc4.cabal b/cipher-rc4.cabal
--- a/cipher-rc4.cabal
+++ b/cipher-rc4.cabal
@@ -1,5 +1,5 @@
 Name:                cipher-rc4
-Version:             0.1.3
+Version:             0.1.4
 Description:         Fast RC4 cipher implementation
 License:             BSD3
 License-file:        LICENSE
@@ -18,7 +18,7 @@
   Build-Depends:     base >= 4 && < 5
                    , bytestring
                    , byteable
-                   , crypto-cipher-types >= 0.0.5
+                   , crypto-cipher-types >= 0.0.5 && < 0.1
   Exposed-modules:   Crypto.Cipher.RC4
   ghc-options:       -Wall
   C-sources:         cbits/rc4.c
