mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-28 02:31:52 -07:00
No impact on CI, just makes it easier for contributors to use the latest 8.10 GHC. Related: xmonad-contrib@f5f6ef41cb6cce3ba14957c31640f10b5751c90c
23 lines
447 B
YAML
23 lines
447 B
YAML
resolver: lts-18.14
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- X11-1.10
|
|
|
|
flags:
|
|
xmonad:
|
|
# stack doesn't support automatic flags
|
|
# https://cabal.readthedocs.io/en/latest/cabal-package.html#resolution-of-conditions-and-flags
|
|
# https://github.com/commercialhaskell/stack/issues/1313#issuecomment-157259270
|
|
quickcheck-classes: false
|
|
|
|
nix:
|
|
packages:
|
|
- zlib
|
|
- xorg.libX11
|
|
- xorg.libXrandr
|
|
- xorg.libXScrnSaver
|
|
- xorg.libXext
|