summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index 9ff954c..84ba302 100644
--- a/Main.hs
+++ b/Main.hs
@@ -62,11 +62,17 @@ usage = do
-- | Build "~/.xmonad/xmonad.hs" with ghc, then execute it. If there are no
-- errors, this function does not return. An exception is raised in any of
-- these cases:
+--
-- * ghc missing
+--
-- * ~/.xmonad/xmonad.hs missing
+--
-- * xmonad.hs fails to compile
+--
-- ** wrong ghc in path (fails to compile)
+--
-- ** type error, syntax error, ..
+--
-- * Missing xmonad/XMonadContrib modules due to ghc upgrade
--
buildLaunch :: IO ()