Bump X11 dependency

We have a bunch of open PRs that need features added in X11-1.10.

Related: https://github.com/xmonad/xmonad/pull/274
Related: https://github.com/xmonad/xmonad/pull/273
Related: https://github.com/xmonad/xmonad-contrib/pull/545
Related: https://github.com/xmonad/xmonad-contrib/pull/546
Related: https://github.com/xmonad/xmonad-contrib/pull/399
This commit is contained in:
Tomas Janousek 2021-06-01 11:34:14 +01:00
parent 40cd2081da
commit 1805666e9d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ packages:
- ./
extra-deps:
- X11-1.9.2
- X11-1.10
flags:
xmonad:

View File

@ -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