mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
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:
parent
40cd2081da
commit
1805666e9d
@ -4,7 +4,7 @@ packages:
|
||||
- ./
|
||||
|
||||
extra-deps:
|
||||
- X11-1.9.2
|
||||
- X11-1.10
|
||||
|
||||
flags:
|
||||
xmonad:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user