[Git][haskell-team/package-plan][master] Add missing xmonad-extras patch
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Feb 18 16:05:09 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
729d4366 by Clint Adams at 2026-02-18T11:05:00-05:00
Add missing xmonad-extras patch
- - - - -
2 changed files:
- + patches/xmonad-extras/0.17.2/newer-deps
- + patches/xmonad-extras/0.17.2/series
Changes:
=====================================
patches/xmonad-extras/0.17.2/newer-deps
=====================================
@@ -0,0 +1,29 @@
+--- a/xmonad-extras.cabal
++++ b/xmonad-extras.cabal
+@@ -64,7 +64,7 @@ library
+ -- XMonad.Hooks.EvalServer
+
+ if flag(with_mpd)
+- build-depends: libmpd >= 0.9, bytestring >= 0.9 && < 0.12
++ build-depends: libmpd >= 0.9, bytestring >= 0.9 && < 0.13
+ exposed-modules: XMonad.Prompt.MPD
+
+ if flag(with_regex_posix)
+@@ -72,7 +72,7 @@ library
+ exposed-modules: XMonad.Util.WindowPropertiesRE
+
+ if flag(with_brightness)
+- build-depends: bytestring >= 0.9 && < 0.12
++ build-depends: bytestring >= 0.9 && < 0.13
+ exposed-modules: XMonad.Util.Brightness
+
+ if flag(with_template_haskell) && flag(with_hlist)
+@@ -86,7 +86,7 @@ library
+ other-modules: XMonad.Config.Alt.Types
+
+ if flag(with_dbus)
+- build-depends: dbus >= 1.2 && < 1.4
++ build-depends: dbus >= 1.2 && < 1.5
+ exposed-modules: XMonad.Actions.Invert
+
+ exposed-modules: XMonad.Hooks.PerWindowKbdLayout
=====================================
patches/xmonad-extras/0.17.2/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/729d4366c758e99d6c337e47a4b5bdd989f96698
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/729d4366c758e99d6c337e47a4b5bdd989f96698
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260218/cbea8e50/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list