mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
8c72f77c8e
commit
e9334b5268
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user