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:
Tomas Janousek 2024-05-13 12:10:24 +01:00
parent 8fb1973e05
commit 840ede1e9e
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ packages:
extra-deps:
- X11-1.10.2
- xmonad-0.17.0
- xmonad-0.18.0
nix:
packages:

View File

@ -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