diff --git a/persistent-redis.cabal b/persistent-redis.cabal
--- a/persistent-redis.cabal
+++ b/persistent-redis.cabal
@@ -1,5 +1,5 @@
 name:            persistent-redis
-version:         2.13.0.0
+version:         2.13.0.1
 license:         BSD3
 license-file:    LICENSE
 author:          Pavel Ryzhov <paul@paulrz.cz>
@@ -21,7 +21,7 @@
                    , persistent            >= 2.12      && < 3.0
                    , aeson                 >= 1.0
                    , binary                >= 0.8      && < 0.9
-                   , bytestring            >= 0.10.8   && < 0.11
+                   , bytestring            >= 0.10.8   && < 0.12
                    , hedis                 >= 0.9
                    , http-api-data
                    , mtl                   >= 2.2.1    && < 2.3
@@ -47,22 +47,22 @@
 test-suite  basic
     type: exitcode-stdio-1.0
     main-is: tests/basic-test.hs
-    build-depends:   base                  >= 4.9      && < 5
-                   , persistent            >= 2.10     && < 3.0
+    build-depends:   base                  
+                   , persistent            
                    , persistent-redis
-                   , aeson                 >= 1.0
-                   , bytestring            >= 0.10.8   && < 0.11
-                   , binary                >= 0.8      && < 0.9
-                   , hedis                 >= 0.9
+                   , aeson                 
+                   , bytestring            
+                   , binary                
+                   , hedis                 
                    , http-api-data
-                   , mtl                   >= 2.2.1    && < 2.3
-                   , path-pieces           >= 0.2
+                   , mtl                   
+                   , path-pieces           
                    , scientific
                    , template-haskell
-                   , text                  >= 1.2
-                   , time                  >= 1.6
-                   , transformers          >= 0.5      && < 0.6
-                   , utf8-string           >= 1.0      && < 1.1
+                   , text                  
+                   , time                  
+                   , transformers          
+                   , utf8-string           
 
     other-modules:   Database.Persist.Redis
                      Database.Persist.Redis.Config
