mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-15 03:55:45 -07:00
stack.yaml: switch from Stackage LTS to Nightly
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.
This commit is contained in:
19
stack.yaml
19
stack.yaml
@@ -1,7 +1,24 @@
|
|||||||
resolver: lts-16.22
|
resolver: nightly-2021-01-05
|
||||||
|
|
||||||
|
flags:
|
||||||
|
xmonad:
|
||||||
|
generatemanpage: true
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- ./
|
- ./
|
||||||
|
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- X11-1.9.2
|
- 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
|
||||||
|
Reference in New Issue
Block a user