summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index cce6868..abcab51 100644
--- a/Main.hs
+++ b/Main.hs
@@ -44,6 +44,8 @@ main = do
["--recompile"] -> recompile True >>= flip unless exitFailure
["--restart"] -> sendRestart >> return ()
["--version"] -> putStrLn ("xmonad " ++ showVersion version)
+ ["--verbose-version"] -> putStrLn ("xmonad " ++ showVersion version ++ " compiled by " ++ compilerName
+ ++ " " ++ showVersion compilerVersion ++ " for " ++ os ++ "/" ++ arch)
#ifdef TESTING
("--run-tests":_) -> Properties.main
#endif