diff --git a/posplyu.cabal b/posplyu.cabal
--- a/posplyu.cabal
+++ b/posplyu.cabal
@@ -1,6 +1,6 @@
 name:                posplyu
 -- semver
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Sleep tracker for X11, using XScreenSaver extension and manual input.
 description:         posplyu is a sleep tracker for X11, using XScreenSaver extension and manual input, motivated by http://super-memory.com/articles/sleep.htm and designed to facilitate transitioning to the free running sleep regiment while living mostly with a GNU/Linux system handy. The tool allows you to measure and somewhat predict your sleeping cycle. For now it assumes a 24h cycle with one sleep period.
 category:            Tools
@@ -18,7 +18,7 @@
 Source-repository this
   type:              git
   location:          https://github.com/l29ah/posplyu.git
-  tag:               0.1.0.2
+  tag:               0.1.0.3
 
 
 executable posplyu
@@ -27,10 +27,10 @@
   -- other-extensions:
   build-depends:        base >= 4.11 && < 5,
                         X11 >= 1.9 && < 1.11,
-                        transformers >= 0.5.5.0 && < 0.6,
-                        time >= 1.8.0.2 && < 1.12,
+                        transformers >= 0.5.5.0 && < 0.7,
+                        time >= 1.8.0.2 && < 1.13,
                         split >= 0.2.3.3 && < 0.3,
-                        unix >= 2.7.2.2 && < 2.8,
+                        unix >= 2.7.2.2 && < 2.9,
                         process >= 1.6.3.0 && < 1.7,
                         timerep >= 2.0.0.2 && < 2.2,
                         directory >= 1.3.1.5 && < 1.4
