From c7b0e9e9bfd46e6c628cd7eba68c9f97e773c323 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Sat, 17 Aug 2024 21:57:10 +0200 Subject: [PATCH] Fix stack build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … hopefully? --- stack.yaml | 1 + xmonad-extras.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stack.yaml b/stack.yaml index b862d23..db48c41 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,3 +2,4 @@ resolver: lts-22.33 extra-deps: - libmpd-0.10.0.1 +- xmonad-contrib-0.18.0 diff --git a/xmonad-extras.cabal b/xmonad-extras.cabal index fab056a..98de9d6 100644 --- a/xmonad-extras.cabal +++ b/xmonad-extras.cabal @@ -86,7 +86,7 @@ library other-modules: XMonad.Config.Alt.Types if flag(with_dbus) - build-depends: dbus >= 1.2 && < 1.3 + build-depends: dbus >= 1.2 && < 1.4 exposed-modules: XMonad.Actions.Invert exposed-modules: XMonad.Hooks.PerWindowKbdLayout