diff --git a/bytestring-show.cabal b/bytestring-show.cabal
--- a/bytestring-show.cabal
+++ b/bytestring-show.cabal
@@ -1,5 +1,5 @@
 name:              bytestring-show
-version:           0.3.5.2
+version:           0.3.5.3
 license:           BSD3
 license-file:      LICENSE
 author:            Dan Doel
@@ -16,7 +16,7 @@
         description: use with integer-simple build of GHC
 
 library
-    build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.5
+    build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.6
 
     exposed-modules:
         Text.Show.ByteString
