From 77710a1bfbf607bf61707ecbfad086f38ca678b7 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Tue, 1 Jun 2021 11:34:14 +0100 Subject: [PATCH] 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 --- stack.yaml | 2 +- xmonad.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index a592eba1..ffbb3ccf 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,7 +4,7 @@ packages: - ./ extra-deps: -- X11-1.9.2 +- X11-1.10 flags: xmonad: diff --git a/xmonad.cabal b/xmonad.cabal index fc83a0ac..33676da9 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -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