diff --git a/hquantlib-time.cabal b/hquantlib-time.cabal
--- a/hquantlib-time.cabal
+++ b/hquantlib-time.cabal
@@ -1,5 +1,5 @@
 name:           hquantlib-time
-version:        0.0.5.2
+version:        0.0.5.3
 license:        LGPL
 license-file:   LICENSE
 author:         Pavel Ryzhov
@@ -19,7 +19,7 @@
 source-repository this
         type:           git
         location:       https://github.com/paulrzcz/hquantlib-time.git
-        tag:            0.0.5.2
+        tag:            0.0.5.3
 
 flag optimize
         description : Enable optimizations for library and benchmarks
@@ -34,7 +34,7 @@
 
         build-depends:
                         base                    >3              && <5,
-                        time                    >= 1.4.0.0      && < 1.12.0.0
+                        time                    >= 1.4.0.0      && < 1.15.0.0
 
         hs-source-dirs: src
         ghc-options:    -Wall
