mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -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: xmonad/xmonad-contrib@d5c86dd17e
16 lines
172 B
YAML
16 lines
172 B
YAML
resolver: lts-20.16
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- X11-1.10
|
|
|
|
nix:
|
|
packages:
|
|
- zlib
|
|
- xorg.libX11
|
|
- xorg.libXrandr
|
|
- xorg.libXScrnSaver
|
|
- xorg.libXext
|