diff --git a/hedis-pile.cabal b/hedis-pile.cabal
--- a/hedis-pile.cabal
+++ b/hedis-pile.cabal
@@ -1,5 +1,5 @@
 name:           hedis-pile
-version:        0.6.2
+version:        0.6.3
 cabal-version:  >= 1.8
 build-type:     Simple
 stability:      Experimental
@@ -20,7 +20,7 @@
   hs-source-dirs:  src
   build-depends:   
                    base >= 4 && < 5,
-                   bytestring >= 0.9 && < 0.10,
+                   bytestring >= 0.9 && < 0.11,
                    binary,
                    hedis >= 0.6 && < 0.7,
                    hedis-tags >= 0.2,
@@ -42,7 +42,7 @@
                    hedis-pile,
                    
                    -- from lib
-                   bytestring >= 0.9 && < 0.10,
+                   bytestring >= 0.9 && < 0.11,
                    hedis >= 0.6 && < 0.7,
  
                    binary,
