mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-26 09:41:53 -07:00
Let's use a moderately recent compiler like ghc-8.10.3 instead of the old 8.8.x branch for development. Same goes for our dependencies; development should take place with recent versions of our dependencies.
25 lines
344 B
YAML
25 lines
344 B
YAML
resolver: nightly-2021-01-05
|
|
|
|
flags:
|
|
xmonad:
|
|
generatemanpage: true
|
|
|
|
packages:
|
|
- ./
|
|
|
|
extra-deps:
|
|
- X11-1.9.2
|
|
- pandoc-2.11.3.2
|
|
- citeproc-0.3.0.3
|
|
- commonmark-0.1.1.2
|
|
- commonmark-extensions-0.2.0.4
|
|
- commonmark-pandoc-0.2.0.1
|
|
|
|
nix:
|
|
packages:
|
|
- zlib
|
|
- xorg.libX11
|
|
- xorg.libXrandr
|
|
- xorg.libXScrnSaver
|
|
- xorg.libXext
|