From 9e65e39791460a438c759596768d65f6af9e05d7 Mon Sep 17 00:00:00 2001 From: Daniel Schoepe Date: Fri, 6 Nov 2009 12:50:50 +0100 Subject: Support for extensible state in contrib modules. Ignore-this: d04ee1989313ed5710c94f9d7fda3f2a darcs-hash:20091106115050-7f603-c88ce5e468856afd9e4d458ed3b0a2cfa39e63b3 --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index af44564..cce6868 100644 --- a/Main.hs +++ b/Main.hs @@ -39,7 +39,7 @@ main = do let launch = catchIO buildLaunch >> xmonad defaultConfig case args of [] -> launch - ["--resume", _] -> launch + ("--resume":_) -> launch ["--help"] -> usage ["--recompile"] -> recompile True >>= flip unless exitFailure ["--restart"] -> sendRestart >> return () -- cgit v1.2.3