xmonad-contrib/stack.yaml
Tony Zorman 2df26cf9f8 stack: Bump resolver to 21.6
This is the newest lts resolver for 9.4.5.
2023-08-12 14:22:26 +02:00

25 lines
366 B
YAML

# This stack.yaml is used to build xmonad-contrib with released versions
# of X11 and xmonad
resolver: lts-21.6
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'