mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-26 09:41:53 -07:00
We have a bunch of open PRs that need features added in X11-1.10. Related: https://github.com/xmonad/xmonad/pull/274 Related: https://github.com/xmonad/xmonad/pull/273 Related: https://github.com/xmonad/xmonad-contrib/pull/545 Related: https://github.com/xmonad/xmonad-contrib/pull/546 Related: https://github.com/xmonad/xmonad-contrib/pull/399
23 lines
447 B
YAML
23 lines
447 B
YAML
resolver: lts-16.22
|
|
|
|
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
|