diff --git a/hsexif.cabal b/hsexif.cabal
--- a/hsexif.cabal
+++ b/hsexif.cabal
@@ -1,5 +1,5 @@
 name:                hsexif
-version:             0.6.1.8
+version:             0.6.1.9
 synopsis:            EXIF handling library in pure Haskell
 description:         The hsexif library provides functions for working with EXIF data
                      contained in JPEG files. Currently it only supports reading the data.
@@ -25,9 +25,9 @@
   -- other-extensions:
   build-depends:       base >=4.6 && <5,
                        binary >=0.7 && <0.9,
-                       bytestring >=0.10 && <0.11,
+                       bytestring >=0.10 && <0.12,
                        containers >= 0.5 && <0.7,
-                       time >= 1.4 && <1.10,
+                       time >= 1.4 && <1.13,
                        text >= 0.9
   if flag(iconv)
     build-depends:     iconv >= 0.4 && <0.5
@@ -46,9 +46,9 @@
                        hspec,
                        HUnit >= 1.2 && <1.7,
                        binary >=0.7 && <0.9,
-                       bytestring >=0.10 && <0.11,
+                       bytestring >=0.10 && <0.12,
                        containers >= 0.5 && <0.7,
-                       time >= 1.4 && <1.10,
+                       time >= 1.4 && <1.13,
                        text >= 0.9
   other-modules:       Graphics.ExifTags,
                        Graphics.Helpers,
