mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
This gets rid of the deprecation warnings about https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
apt:
|
|
libx11-dev
|
|
libxext-dev
|
|
libxinerama-dev
|
|
libxrandr-dev
|
|
libxss-dev
|
|
|
|
github-patches:
|
|
.github/workflows/haskell-ci-dependabot.patch
|
|
.github/workflows/haskell-ci-hackage.patch
|
|
|
|
raw-project
|
|
optimization: False
|
|
package xmonad
|
|
flags: +pedantic
|
|
|
|
-- avoid --haddock-all which overwrites *-docs.tar.gz with tests docs
|
|
haddock-components: libs
|