xmonad-extras 0.13.4.1 → 0.14
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hint
Dependency ranges changed: hint
Files
- CHANGELOG.md +4/−0
- xmonad-extras.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.14++* Relax hint and make it compatible with other releases.+ # 0.13.4.1 * Finally works with ghc-8.4
xmonad-extras.cabal view
@@ -1,5 +1,5 @@ name: xmonad-extras-version: 0.13.4.1+version: 0.14 homepage: https://github.com/xmonad/xmonad-extras synopsis: Third party extensions for xmonad with wacky dependencies description: Various modules for xmonad that cannot be added to xmonad-contrib@@ -55,7 +55,7 @@ exposed-modules: XMonad.Actions.Volume if flag(with_hint)- build-depends: hint >= 0.3.3.3 && < 0.8, network+ build-depends: hint >= 0.3.3.3 && < 0.9, network exposed-modules: XMonad.Actions.Eval XMonad.Prompt.Eval -- XMonad.Hooks.EvalServer