aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-20 22:58:35 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-20 22:58:35 +0100
commitb28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6 (patch)
tree0c4a0f2df4799cf6b2e24b41353f30b50721f5a2 /XMonad/Core.hs
parent571e2ffbd2f89e96573a4c35fc05fe9e749d9721 (diff)
downloadxmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.tar.gz
xmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.tar.xz
xmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.zip
recompile does not raise any exceptions
darcs-hash:20071120215835-a5988-1fef734c3778b016c125b166abf59b8944755479.gz
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index d6c07d9..a606da2 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -316,7 +316,6 @@ restart mprog resume = do
-- | Recompile ~\/xmonad\/xmonad.hs.
--
-- The -i flag is used to restrict recompilation to the xmonad.hs file.
--- Raises an exception if GHC can't be found, or if anything else goes wrong.
--
-- The file is only recompiled if it is newer than its binary.
--