mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 01:31:52 -07:00
ci: Bump the oldest xmonad version we test against
Stackage LTS 22 has mtl-2.3 and unix-2.8, which xmonad 0.17 excludes in its bounds.
This commit is contained in:
@@ -8,7 +8,7 @@ packages:
|
||||
|
||||
extra-deps:
|
||||
- X11-1.10.2
|
||||
- xmonad-0.17.0
|
||||
- xmonad-0.18.0
|
||||
|
||||
nix:
|
||||
packages:
|
||||
|
@@ -65,7 +65,7 @@ library
|
||||
mtl >= 1 && < 3,
|
||||
unix,
|
||||
X11 >= 1.10 && < 1.11,
|
||||
xmonad >= 0.16.99999 && < 0.19,
|
||||
xmonad >= 0.18.0 && < 0.19,
|
||||
utf8-string,
|
||||
deepseq
|
||||
default-language: Haskell2010
|
||||
|
Reference in New Issue
Block a user