mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
We test against 9.2.7 now, so we should make our stack config reflect that—plus, it's more convenient for users, since one is more likely to already have the latest minor version of GHC installed. Related: 67064ddd9264bbe39d6fa88fd8336086817dd0db
25 lines
367 B
YAML
25 lines
367 B
YAML
# This stack.yaml is used to build xmonad-contrib with released versions
|
|
# of X11 and xmonad
|
|
|
|
resolver: lts-20.16
|
|
|
|
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'
|