aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
authorMalebria <malebria@riseup.net>2008-06-01 22:49:51 +0200
committerMalebria <malebria@riseup.net>2008-06-01 22:49:51 +0200
commit9c16eff4895e5f94124fbb09dacf205506241b75 (patch)
tree2e7cacb8fc445e62a926e913b6900abc870a2bf7 /XMonad/Core.hs
parent4111e1408e66cced3306ebe94ee014e23287e2e2 (diff)
downloadxmonad-9c16eff4895e5f94124fbb09dacf205506241b75.tar.gz
xmonad-9c16eff4895e5f94124fbb09dacf205506241b75.tar.xz
xmonad-9c16eff4895e5f94124fbb09dacf205506241b75.zip
Haddock syntax for enumeration
darcs-hash:20080601204951-1ef02-f66c70867a91bc35da3ab71b1169db4ba1ee62fe.gz
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index 1006092..e59d3e7 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -367,8 +367,11 @@ getXMonadDir = io $ getAppUserDataDirectory "xmonad"
-- | 'recompile force', recompile @~\/.xmonad\/xmonad.hs@ when any of the
-- following apply:
+--
-- * force is True
+--
-- * the xmonad executable does not exist
+--
-- * the xmonad executable is older than xmonad.hs
--
-- The -i flag is used to restrict recompilation to the xmonad.hs file only.