diff --git a/explicit-iomodes-bytestring.cabal b/explicit-iomodes-bytestring.cabal
--- a/explicit-iomodes-bytestring.cabal
+++ b/explicit-iomodes-bytestring.cabal
@@ -1,5 +1,5 @@
 name:          explicit-iomodes-bytestring
-version:       0.2.0.1
+version:       0.2.0.2
 cabal-version: >=1.6
 build-type:    Simple
 license:       BSD3
@@ -20,8 +20,8 @@
 
 Library
   GHC-Options: -Wall
-  build-depends: base                 >= 4     && < 4.6
-               , bytestring           >= 0.9   && < 0.10
+  build-depends: base                 >= 4     && < 4.7
+               , bytestring           >= 0.9   && < 0.11
                , explicit-iomodes     >= 0.4   && < 0.7
   exposed-modules: Data.ByteString.ExplicitIOModes
                    Data.ByteString.Char8.ExplicitIOModes
