aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad-contrib.cabal
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-02-19 22:01:28 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-02-19 22:01:28 +0100
commit851dc7642746acb2b370937fd1da901ba667b3a1 (patch)
tree5c0c20be820c78399918235ef2cf37c98dba49b4 /xmonad-contrib.cabal
parent36f427bfebf6701468341c27f9e01015d3537149 (diff)
downloadXMonadContrib-851dc7642746acb2b370937fd1da901ba667b3a1.tar.gz
XMonadContrib-851dc7642746acb2b370937fd1da901ba667b3a1.tar.xz
XMonadContrib-851dc7642746acb2b370937fd1da901ba667b3a1.zip
improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.Loggers
Improvements to DynamicLog include: * Greatly expanded and improved documentation and examples * remove seemingly useless makeSimpleDzenConfig function * factor out xmobarPP * add new ppExtras field to PP record, for specifying 'extra' loggers which can supply information other than window title, layout, and workspace status to a status bar (for example, time and date, battery status, mail status, etc.) The new XMonad.Util.Loggers module provides some example loggers that can be used in the new ppExtras field of the PP record. Create your own, add them to this module, go crazy! darcs-hash:20080219210128-bd4d7-33f4bcf2732069a5b7cf7584efa6ee060604c40b.gz
Diffstat (limited to 'xmonad-contrib.cabal')
-rw-r--r--xmonad-contrib.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal
index 9fa9444..3bf3305 100644
--- a/xmonad-contrib.cabal
+++ b/xmonad-contrib.cabal
@@ -40,7 +40,7 @@ flag testing
library
if flag(small_base)
- build-depends: base >= 3, containers, directory, process, random
+ build-depends: base >= 3, containers, directory, process, random, old-time, old-locale
else
build-depends: base < 3
@@ -157,6 +157,7 @@ library
XMonad.Util.EZConfig
XMonad.Util.Font
XMonad.Util.Invisible
+ XMonad.Util.Loggers
XMonad.Util.NamedWindows
XMonad.Util.Run
XMonad.Util.Themes