Dependencies for xmonad-extras-0.9.2
Libraries
xmonad-extras
- mtl
- unix
- X11 (>=1.4.3)
- xmonad (>=0.9 && <0.10)
- xmonad-contrib (>=0.9 && <0.10)
- if flag(small_base)else
- base (<3)
- if flag(with_parsec) && flag(with_split)
- if flag(with_hint)
- if flag(with_mpd)
- libmpd (>=0.5 && <0.6)
- if impl(ghc>=6.12.1) && flag(with_template_haskell) && flag(with_hlist)
- HList (>=0.2.3 && <0.3)
- template-haskell
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
with_parsec | Build modules depending on the parsec package | Enabled |
with_split | Build modules depending on Data.Split | 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. | 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