From 393b2c8edd247612c52d2422165516342c72c94a Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 19 Nov 2007 02:07:59 +0100 Subject: Do our own recompilation checking: only launch ghc if the xmonad.hs is newer than its .o file darcs-hash:20071119010759-cba2c-e9b94827122cb337ddcf93c3aefb62775011707a --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main.hs') diff --git a/Main.hs b/Main.hs index 03b2d69..ae31117 100644 --- a/Main.hs +++ b/Main.hs @@ -44,7 +44,7 @@ main = do buildLaunch :: IO () buildLaunch = do recompile - dir <- fmap (++ "/.xmonad") getHomeDirectory + dir <- fmap (++ "/.xmonad") getHomeDirectory args <- getArgs executeFile (dir ++ "/xmonad") False args Nothing return () -- cgit v1.2.3