mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-25 17:21:51 -07:00
3
.github/workflows/haskell-ci.yml
vendored
3
.github/workflows/haskell-ci.yml
vendored
@@ -140,6 +140,9 @@ jobs:
|
||||
type: git
|
||||
location: https://github.com/xmonad/xmonad
|
||||
branch: master
|
||||
|
||||
package xmonad-contrib
|
||||
flags: +pedantic
|
||||
EOF
|
||||
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(xmonad-contrib)$/; }' >> cabal.project.local
|
||||
cat cabal.project
|
||||
|
3
.github/workflows/stack.yml
vendored
3
.github/workflows/stack.yml
vendored
@@ -99,4 +99,5 @@ jobs:
|
||||
stack test \
|
||||
--fast --no-terminal \
|
||||
--stack-yaml=${{ matrix.yaml }} \
|
||||
--resolver=${{ matrix.resolver }} --system-ghc
|
||||
--resolver=${{ matrix.resolver }} --system-ghc \
|
||||
--flag=xmonad-contrib:pedantic
|
||||
|
Reference in New Issue
Block a user