xmonad-contrib/stack-master.yaml
Tomas Janousek 086db3123b Temporarily symlink stack.yaml to stack-master.yaml
This shall be reverted together with the .github/workflows/stack.yml
part of 229d52ff0735e1d1d8a949d221560ccdd9872e5d once xmonad 0.17 is
out.
2021-06-02 11:06:30 +01:00

27 lines
422 B
YAML

# This stack.yaml is used to build xmonad-contrib with master version
# of xmonad
resolver: lts-17.14
packages:
- ./
extra-deps:
- github: xmonad/X11
commit: master@{today}
- github: xmonad/xmonad
commit: master@{today}
nix:
packages:
- pkg-config
- xorg.libX11
- xorg.libXext
- xorg.libXft
- xorg.libXrandr
- xorg.libXrender
- xorg.libXScrnSaver
ghc-options:
xmonad-contrib: '-j'