mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
+ Prefer GHC 8.10.7 to 8.10.4, as versions seem to have stabilised now. + Add support for Stackage LTS 19, which ships with GHC 9.0.2. + Since a new version of 9.2 has been released, prefer 9.2.2 over 9.2.1. Also, explicitly pass -XCPP to hlint; see [1]. [1]: https://github.com/ndmitchell/hlint/issues/1360
22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
apt:
|
|
libx11-dev
|
|
libxext-dev
|
|
libxft-dev
|
|
libxinerama-dev
|
|
libxrandr-dev
|
|
libxss-dev
|
|
|
|
hlint: True
|
|
hlint-job: 9.0.2
|
|
hlint-yaml: .hlint.yaml
|
|
|
|
github-patches:
|
|
.github/workflows/haskell-ci-hackage.patch
|
|
.github/workflows/haskell-ci-hlint.patch
|
|
|
|
raw-project
|
|
optimization: False
|
|
package xmonad-contrib
|
|
flags: +pedantic
|
|
ghc-options: -j
|