Dependencies for xmonad-extras-0.17.2
Libraries
xmonad-extras
- base (<5)
- containers
- mtl
- X11 (>=1.4.3)
- xmonad (>=0.10)
- xmonad-contrib (>=0.10)
- if flag(with_sound)
- alsa-mixer (>=0.3)
- if flag(with_hint)
- if flag(with_mpd)
- bytestring (>=0.9 && <0.12)
- libmpd (>=0.9)
- if flag(with_regex_posix)
- if flag(with_brightness)
- bytestring (>=0.9 && <0.12)
- if flag(with_template_haskell) && flag(with_hlist)
- HList (>=0.4 && <0.5)
- template-haskell
- if flag(with_dbus)
- dbus (>=1.2 && <1.4)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
with_sound | Build modules depending on the alsa-mixer package | Enabled |
with_hint | Build modules depending on hint(for evaluating Haskell expressions at runtime). | Enabled |
with_mpd | Build modules depending on libmpd. | Enabled |
with_hlist | Build modules depending on HList. | Disabled |
with_regex_posix | Build modules depending on posix-regex. | Enabled |
with_template_haskell | Build modules depending on template haskell. | Enabled |
with_dbus | Build modules depending on dbus. | Enabled |
with_brightness | Build module for brightness control. | Enabled |
testing | Testing mode | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info