diff options
author | azahi <azahi@teknik.io> | 2018-10-03 16:43:03 +0300 |
---|---|---|
committer | azahi <azahi@teknik.io> | 2018-10-03 16:43:03 +0300 |
commit | 234d5d4950799375befb7249246a6528f2755257 (patch) | |
tree | 8a5c8107a1664de4bef6c89ba808bc7a4d686b48 /xmonad-ng.cabal | |
parent | Move to 0.15 (diff) |
Fixes
Fix snapping only using half of specified gap number Add ALSA support for media buttons
Diffstat (limited to '')
-rw-r--r-- | xmonad-ng.cabal | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/xmonad-ng.cabal b/xmonad-ng.cabal index 87374fb..0f22f2a 100644 --- a/xmonad-ng.cabal +++ b/xmonad-ng.cabal @@ -24,9 +24,12 @@ library exposed-modules: XMonad.Actions.FloatSnapSpaced , XMonad.Actions.PerConditionKeys + , XMonad.Util.ALSA - build-depends: base >= 4.11 && < 4.12 + build-depends: alsa-mixer >= 0.2 && < 0.3 + , base >= 4.11 && < 4.12 , containers >= 0.5 && < 0.6 + , mtl >= 2.2 && < 2.3 , xmonad >= 0.15 && < 0.16 , xmonad-contrib >= 0.15 && < 0.16 @@ -55,12 +58,15 @@ executable xmonad-ng , XMonad.Custom.Startup , XMonad.Custom.Theme , XMonad.Custom.Workspaces + , XMonad.Util.ALSA build-depends: X11 >= 1.9 && < 1.10 + , alsa-mixer >= 0.2 && < 0.3 , base >= 4.11 && < 4.12 , containers >= 0.5 && < 0.6 , directory >= 1.3 && < 1.4 , filepath >= 1.4 && < 1.5 + , mtl >= 2.2 && < 2.3 , text >= 1.2 && < 1.3 , time >= 1.8 && < 1.9 , xmonad >= 0.15 && < 0.16 |