recompile does not raise any exceptions

This commit is contained in:
Spencer Janssen 2007-11-20 21:58:35 +00:00
parent 7e2ec3840c
commit 6114bb371e

View File

@ -316,7 +316,6 @@ restart mprog resume = do
-- | Recompile ~\/xmonad\/xmonad.hs. -- | Recompile ~\/xmonad\/xmonad.hs.
-- --
-- The -i flag is used to restrict recompilation to the xmonad.hs file. -- 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. -- The file is only recompiled if it is newer than its binary.
-- --