mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
cabal: Bump xmonad dependency
This commit is contained in:
parent
c65ea8d3ab
commit
9217ac18e9
@ -65,7 +65,7 @@ library
|
|||||||
mtl >= 1 && < 3,
|
mtl >= 1 && < 3,
|
||||||
unix,
|
unix,
|
||||||
X11 >= 1.10 && < 1.11,
|
X11 >= 1.10 && < 1.11,
|
||||||
xmonad >= 0.16.99999 && < 0.18,
|
xmonad >= 0.16.99999 && < 0.19,
|
||||||
utf8-string,
|
utf8-string,
|
||||||
deepseq
|
deepseq
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
@ -488,7 +488,7 @@ test-suite tests
|
|||||||
, unix
|
, unix
|
||||||
, utf8-string
|
, utf8-string
|
||||||
, deepseq
|
, deepseq
|
||||||
, xmonad >= 0.16.9999 && < 0.18
|
, xmonad >= 0.16.9999 && < 0.19
|
||||||
cpp-options: -DTESTING
|
cpp-options: -DTESTING
|
||||||
ghc-options: -Wall -Wno-unused-do-bind
|
ghc-options: -Wall -Wno-unused-do-bind
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
x
Reference in New Issue
Block a user