summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-19 02:07:59 +0100
committerDon Stewart <dons@galois.com>2007-11-19 02:07:59 +0100
commit393b2c8edd247612c52d2422165516342c72c94a (patch)
tree180c380fbaad54670f57ea063e3a76bbbaec9816 /Main.hs
parentc1e95d064314e74942af42da783140930bfd9053 (diff)
downloadmetatile-393b2c8edd247612c52d2422165516342c72c94a.tar
metatile-393b2c8edd247612c52d2422165516342c72c94a.zip
Do our own recompilation checking: only launch ghc if the xmonad.hs is newer than its .o file
darcs-hash:20071119010759-cba2c-e9b94827122cb337ddcf93c3aefb62775011707a
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
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 ()