mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-18 19:10:21 -07:00
ci: Use xmonad master for haskell-ci workflow
Last released xmonad doesn't build with GHC 9.0 and haskell-ci doesn't
let us tweak the test matrix easily. Let's hope the stack.yml workflow
is sufficient to test backward compat.
Related: 2a1a18023a
This commit is contained in:
parent
8d2d34ed6b
commit
0c11288ea0
4
.github/workflows/haskell-ci.yml
vendored
4
.github/workflows/haskell-ci.yml
vendored
@ -134,6 +134,10 @@ jobs:
|
||||
echo "package xmonad-contrib" >> cabal.project
|
||||
echo " ghc-options: -Werror=missing-methods" >> cabal.project
|
||||
cat >> cabal.project <<EOF
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/xmonad/xmonad
|
||||
branch: master
|
||||
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
|
||||
|
@ -1,2 +1,7 @@
|
||||
packages:
|
||||
xmonad-contrib.cabal
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/xmonad/xmonad
|
||||
branch: master
|
||||
|
Loading…
x
Reference in New Issue
Block a user