diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-20 22:58:35 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-11-20 22:58:35 +0100 |
commit | b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6 (patch) | |
tree | 0c4a0f2df4799cf6b2e24b41353f30b50721f5a2 | |
parent | 571e2ffbd2f89e96573a4c35fc05fe9e749d9721 (diff) | |
download | xmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.tar.gz xmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.tar.xz xmonad-b28953ada1c9bc4bc08c80bbbbe0ba3d9739f5e6.zip |
recompile does not raise any exceptions
darcs-hash:20071120215835-a5988-1fef734c3778b016c125b166abf59b8944755479.gz
-rw-r--r-- | XMonad/Core.hs | 1 |
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. -- |