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.
This commit is contained in:
Tomas Janousek 2021-06-04 19:04:14 +01:00
parent 8c72f77c8e
commit e9334b5268

View File

@ -58,7 +58,7 @@ library
mtl >= 1 && < 3, mtl >= 1 && < 3,
unix, unix,
X11 >= 1.10 && < 1.11, X11 >= 1.10 && < 1.11,
xmonad >= 0.16.999 && < 0.18, xmonad >= 0.16.9999 && < 0.18,
utf8-string utf8-string
ghc-options: -Wall -Wno-unused-do-bind ghc-options: -Wall -Wno-unused-do-bind
@ -423,7 +423,7 @@ test-suite tests
, process , process
, unix , unix
, utf8-string , utf8-string
, xmonad >= 0.16.999 && < 0.18 , xmonad >= 0.16.9999 && < 0.18
cpp-options: -DTESTING cpp-options: -DTESTING
ghc-options: -Wall -Wno-unused-do-bind ghc-options: -Wall -Wno-unused-do-bind