mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-12 18:45:45 -07:00
.github
man
src
tests
util
.gitignore
CHANGES.md
CONFIG
CONTRIBUTING.md
INSTALL.md
LICENSE
MAINTAINERS.md
Main.hs
README.md
STYLE
Setup.lhs
TUTORIAL.md
cabal.haskell-ci
cabal.project
flake.nix
stack.yaml
xmonad.cabal
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
|