Dependencies for xmonad-extras-0.13.0
Libraries
xmonad-extras
- mtl
- unix
- X11 (>=1.4.3)
- xmonad (>=0.10 && <0.14)
- xmonad-contrib (>=0.10 && <0.14)
- if flag(small_base)else
- base (<3)
- if flag(with_sound)
- alsa-mixer (>=0.2)
- if flag(with_hint)
- if flag(with_mpd)
- bytestring (>=0.9 && <0.11)
- libmpd (>=0.9 && <0.10)
- if flag(with_regex_posix)
- if flag(with_template_haskell) && flag(with_hlist)
- HList (>=0.4 && <0.5)
- template-haskell
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
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 |
testing | Testing mode | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info