Skip to content

Commit 984aedc

Browse files
committed
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.
1 parent 6113439 commit 984aedc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages:
88

99
extra-deps:
1010
- X11-1.10.2
11-
- xmonad-0.17.0
11+
- xmonad-0.18.0
1212

1313
nix:
1414
packages:

Diff for: xmonad-contrib.cabal

+1-1
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.19,
68+
xmonad >= 0.18.0 && < 0.19,
6969
utf8-string,
7070
deepseq
7171
default-language: Haskell2010

0 commit comments

Comments
 (0)