diff --git a/group-by-date.cabal b/group-by-date.cabal
--- a/group-by-date.cabal
+++ b/group-by-date.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:  2.2
 Name:           group-by-date
-Version:        0.1.0.4
+Version:        0.1.0.5
 License:        BSD-3-Clause
 License-File:   LICENSE
 Author:         Henning Thielemann <haskell@henning-thielemann.de>
@@ -49,7 +49,7 @@
 Build-Type:     Simple
 
 Source-Repository this
-  Tag:         0.1.0.4
+  Tag:         0.1.0.5
   Type:        darcs
   Location:    https://hub.darcs.net/thielema/group-by-date/
 
@@ -62,10 +62,10 @@
     shell-utility >=0.0 && <0.2,
     filemanip >=0.3.5 && <0.4,
     pathtype >=0.8 && <0.9,
-    time >=1.5 && <1.10,
-    unix-compat >=0.3 && <0.6,
-    explicit-exception >=0.1 && <0.2,
-    transformers >=0.2 && <0.6,
+    time >=1.5 && <1.14,
+    unix-compat >=0.3 && <0.7,
+    explicit-exception >=0.1 && <0.3,
+    transformers >=0.2 && <0.7,
     utility-ht >=0.0.1 && <0.1,
     base >=3 && <5
 
