diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2010-04-03 20:11:15 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2010-04-03 20:11:15 +0200 |
commit | 64d334199197c3d10ac34a12c5c2d373efd51127 (patch) | |
tree | 207d3a87485b92b57cb7e1081bec8679d4084427 /XMonad | |
parent | 739e5206135935a6ed60130b1f5a5481720093c8 (diff) | |
download | xmonad-64d334199197c3d10ac34a12c5c2d373efd51127.tar.gz xmonad-64d334199197c3d10ac34a12c5c2d373efd51127.tar.xz xmonad-64d334199197c3d10ac34a12c5c2d373efd51127.zip |
Update comments describing `recompile'
Ignore-this: 8375f7011256783c763c78e127f89a4a
darcs-hash:20100403181115-1499c-d30cb037ab07f6b1d4774968a896139288e1bec2.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Core.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs index 645a265..46e1a35 100644 --- a/XMonad/Core.hs +++ b/XMonad/Core.hs @@ -430,9 +430,11 @@ getXMonadDir = io $ getAppUserDataDirectory "xmonad" -- -- * the xmonad executable does not exist -- --- * the xmonad executable is older than xmonad.hs +-- * the xmonad executable is older than xmonad.hs or any file in +-- ~\/.xmonad\/lib -- --- The -i flag is used to restrict recompilation to the xmonad.hs file only. +-- The -i flag is used to restrict recompilation to the xmonad.hs file only, +-- and any files in the ~\/.xmonad\/lib directory. -- -- Compilation errors (if any) are logged to ~\/.xmonad\/xmonad.errors. If -- GHC indicates failure with a non-zero exit code, an xmessage displaying |