Skip to content

Commit 9217ac1

Browse files
committed
cabal: Bump xmonad dependency
1 parent c65ea8d commit 9217ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmonad-contrib.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library
6565
mtl >= 1 && < 3,
6666
unix,
6767
X11 >= 1.10 && < 1.11,
68-
xmonad >= 0.16.99999 && < 0.18,
68+
xmonad >= 0.16.99999 && < 0.19,
6969
utf8-string,
7070
deepseq
7171
default-language: Haskell2010
@@ -488,7 +488,7 @@ test-suite tests
488488
, unix
489489
, utf8-string
490490
, deepseq
491-
, xmonad >= 0.16.9999 && < 0.18
491+
, xmonad >= 0.16.9999 && < 0.19
492492
cpp-options: -DTESTING
493493
ghc-options: -Wall -Wno-unused-do-bind
494494
default-language: Haskell2010

0 commit comments

Comments
 (0)