mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 20:21:52 -07:00
Revert "Revert "Re-enable lts based testing""
This reverts commit 8a8d5f71b1
.
There will be a separate GH Actions workflow for rebuilding the manpage,
and generatemanpage will be dropped from xmonad.cabal (see
https://github.com/xmonad/xmonad/issues/283) therefore the revert no
longer makes sense and the stack workflow can indeed be reverted back to
a working state so we can continue from there.
For more information, see the following revenge revert storm:
Related: https://github.com/xmonad/xmonad/issues/283
Related: https://github.com/xmonad/xmonad/pull/260
Related: https://github.com/xmonad/xmonad/pull/261
Related: https://github.com/xmonad/xmonad/pull/265
Related: https://github.com/xmonad/xmonad/pull/266
Related: https://github.com/xmonad/xmonad/pull/267
Related: https://github.com/xmonad/xmonad/pull/268
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
resolver: [nightly]
|
resolver: [lts-16, lts-15, lts-14, lts-12]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone project
|
- name: Clone project
|
||||||
|
11
stack.yaml
11
stack.yaml
@@ -1,19 +1,10 @@
|
|||||||
resolver: nightly-2021-01-05
|
resolver: lts-16.22
|
||||||
|
|
||||||
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:
|
nix:
|
||||||
packages:
|
packages:
|
||||||
|
Reference in New Issue
Block a user