From e9334b526839a352c3b21abc50403c2e6986a71d Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Fri, 4 Jun 2021 19:04:14 +0100 Subject: [PATCH] Bump xmonad dependency Merging NewSelect into Choose is a breaking change, bump the dependency to let users know they absolutely have to fetch today's xmonad git as well. --- xmonad-contrib.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 51393503..7af73601 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -58,7 +58,7 @@ library mtl >= 1 && < 3, unix, X11 >= 1.10 && < 1.11, - xmonad >= 0.16.999 && < 0.18, + xmonad >= 0.16.9999 && < 0.18, utf8-string ghc-options: -Wall -Wno-unused-do-bind @@ -423,7 +423,7 @@ test-suite tests , process , unix , utf8-string - , xmonad >= 0.16.999 && < 0.18 + , xmonad >= 0.16.9999 && < 0.18 cpp-options: -DTESTING ghc-options: -Wall -Wno-unused-do-bind