diff --git a/cipher-aes128.cabal b/cipher-aes128.cabal
--- a/cipher-aes128.cabal
+++ b/cipher-aes128.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                cipher-aes128
-version:             0.7
+version:             0.7.0.1
 synopsis:            AES and common modes using AES-NI when available.
 description:         Cipher-aes128 is an implementation of AES and common modes of operation.  It borrows Hanquez's C AES code (see 'cipher-aes') but
                      is unique due to including compile-time detection of
@@ -37,7 +37,7 @@
   default-language:    Haskell2010
   exposed-modules:     Crypto.Cipher.AES128, Crypto.Cipher.AES128.Internal
   build-depends:       base >=4.2 && < 5,
-                       bytestring,
+                       bytestring >= 0.10.2,
                        crypto-api >= 0.13,
                        tagged,
                        cereal
@@ -82,4 +82,5 @@
                     , crypto-api-tests
                     , test-framework
                     , cipher-aes128
-                    , bytestring, tagged, cereal, crypto-api
+                    , bytestring >= 0.10.2
+                    , tagged, cereal, crypto-api
