From 51ee223ec3b3adb42eb48dbad3fb937c37d65f3e Mon Sep 17 00:00:00 2001
From: brandon s allbery kf8nh <allbery.b@gmail.com>
Date: Sun, 17 Mar 2024 16:39:10 -0400
Subject: [PATCH] update time to <1.15

---
 xmonad-contrib.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 7db7c8fd..136188ad 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -59,7 +59,7 @@ library
                    containers >= 0.5 && < 0.8,
                    directory,
                    filepath,
-                   time >= 1.8 && < 1.13,
+                   time >= 1.8 && < 1.15,
                    process,
                    random,
                    mtl >= 1 && < 3,