xmonad-contrib/stack.yaml
Tomas Janousek 4a356cfc7c ci: Reenable testing against released X11, xmonad
This was temporarily disabled in 229d52ff07 and 086db3123b because we
couldn't keep xmonad-contrib backwards compatible with xmonad 0.15 any
more, but xmonad 0.17.0 is out now and we can try to stay compatible for
a while.
2021-10-28 17:19:32 +01:00

25 lines
367 B
YAML

# This stack.yaml is used to build xmonad-contrib with released versions
# of X11 and xmonad
resolver: lts-17.14
packages:
- ./
extra-deps:
- X11-1.10.2
- xmonad-0.17.0
nix:
packages:
- pkg-config
- xorg.libX11
- xorg.libXext
- xorg.libXft
- xorg.libXrandr
- xorg.libXrender
- xorg.libXScrnSaver
ghc-options:
xmonad-contrib: '-j'