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 | 3f8427e54cb8180b998a9adb1b324556f45139e8 (patch) | |
tree | 0c4a0f2df4799cf6b2e24b41353f30b50721f5a2 | |
parent | 55d2efafbbd6659ddc9bf68e6fce0fc1d4c31cb9 (diff) | |
download | metatile-3f8427e54cb8180b998a9adb1b324556f45139e8.tar metatile-3f8427e54cb8180b998a9adb1b324556f45139e8.zip |
recompile does not raise any exceptions
darcs-hash:20071120215835-a5988-1fef734c3778b016c125b166abf59b8944755479
-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. -- |