Skip to content

Commit

Permalink
Bump X11 dependency
Browse files Browse the repository at this point in the history
We have a bunch of open PRs that need features added in X11-1.10.

Related: xmonad#274
Related: xmonad#273
Related: xmonad/xmonad-contrib#545
Related: xmonad/xmonad-contrib#546
Related: xmonad/xmonad-contrib#399
  • Loading branch information
liskin committed Jun 1, 2021
1 parent d64a22d commit 77710a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
- ./

extra-deps:
- X11-1.9.2
- X11-1.10

flags:
xmonad:
Expand Down
2 changes: 1 addition & 1 deletion xmonad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ library
other-modules: Paths_xmonad
hs-source-dirs: src
build-depends: base >= 4.9 && < 5
, X11 >= 1.8 && < 1.10
, X11 >= 1.10 && < 1.11
, containers
, data-default
, directory
Expand Down

0 comments on commit 77710a1

Please sign in to comment.