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:
Tomas Janousek
2021-05-23 21:40:15 +01:00
parent 8d2d34ed6b
commit 0c11288ea0
2 changed files with 9 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
packages:
xmonad-contrib.cabal
source-repository-package
type: git
location: https://github.com/xmonad/xmonad
branch: master