Skip to content

Commit

Permalink
Bump X11, xmonad dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Jun 1, 2021
1 parent 5c73845 commit 229d52f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
fail-fast: false
matrix:
include:
- resolver: lts-12
ghc: 8.4.4
yaml: stack.yaml
# XXX: temporarily disabled until xmonad 0.17 release
# - resolver: lts-12
# ghc: 8.4.4
# yaml: stack.yaml
- resolver: lts-12
ghc: 8.4.4
yaml: stack-master.yaml
Expand All @@ -24,9 +25,9 @@ jobs:
- resolver: lts-16
ghc: 8.8.4
yaml: stack-master.yaml
- resolver: lts-17
ghc: 8.10.4
yaml: stack.yaml
# - resolver: lts-17
# ghc: 8.10.4
# yaml: stack.yaml
- resolver: lts-17
ghc: 8.10.4
yaml: stack-master.yaml
Expand Down
2 changes: 2 additions & 0 deletions stack-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ packages:
- ./

extra-deps:
- github: xmonad/X11
commit: master@{today}
- github: xmonad/xmonad
commit: master@{today}

Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ packages:
- ./

extra-deps:
- xmonad-0.15
- X11-0.10
- xmonad-0.17

nix:
packages:
Expand Down
8 changes: 4 additions & 4 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ library
random,
mtl >= 1 && < 3,
unix,
X11>=1.6.1 && < 1.10,
xmonad >= 0.15 && < 0.16,
X11 >= 1.10 && < 1.11,
xmonad >= 0.16.999 && < 0.18,
utf8-string

ghc-options: -Wall -Wno-unused-do-bind
Expand Down Expand Up @@ -409,15 +409,15 @@ test-suite tests
hs-source-dirs: tests, .
build-depends: base
, QuickCheck >= 2
, X11>=1.6.1 && < 1.10
, X11 >= 1.10 && < 1.11
, containers
, directory
, hspec >= 2.4.0 && < 3
, mtl
, process
, unix
, utf8-string
, xmonad >= 0.15 && < 0.16
, xmonad >= 0.16.999 && < 0.18
cpp-options: -DTESTING
ghc-options: -Wall -Wno-unused-do-bind

Expand Down

0 comments on commit 229d52f

Please sign in to comment.