diff --git a/timezone-olson.cabal b/timezone-olson.cabal
--- a/timezone-olson.cabal
+++ b/timezone-olson.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.1.2
+Version:             0.1.3
 
 -- A short (one-line) description of the package.
 Synopsis:            A pure Haskell parser and renderer for binary Olson timezone files
@@ -64,7 +64,7 @@
   Build-depends:       base >= 3.0 && < 5.0,
                        timezone-series >= 0.1.0 && < 0.2,
                        time >= 1.1.4 && < 1.5,
-                       binary >= 0.4.1 && < 0.6,
+                       binary >= 0.4.1 && < 0.8,
                        bytestring >= 0.9 && < 1.0,
                        extensible-exceptions >= 0.1.0 && < 0.2
   
