mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-03 13:41:54 -07:00
.github
man
src
tests
util
.gitignore
.hlint.yaml
.mailmap
CHANGES.md
CONTRIBUTING.md
INSTALL.md
LICENSE
MAINTAINERS.md
Main.hs
README.md
Setup.lhs
TUTORIAL.md
cabal.haskell-ci
cabal.project
flake.nix
stack.yaml
xmonad.cabal
+ Regenerate haskell-ci and adjust relevant patches. - Remove haskell-ci-dependabot.patch, as it is no longer necessary. Related: xmonad/xmonad-contrib@635711e994
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
apt:
|
|
libx11-dev
|
|
libxext-dev
|
|
libxinerama-dev
|
|
libxrandr-dev
|
|
libxss-dev
|
|
|
|
github-patches:
|
|
.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
|