aboutsummaryrefslogtreecommitdiffstats
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
commit9b54117ae59c5502b271b4fbdaf84549b64c0076 (patch)
tree180c380fbaad54670f57ea063e3a76bbbaec9816 /Main.hs
parent63e38814727224c263b416ccb6230955eb51ef49 (diff)
downloadxmonad-9b54117ae59c5502b271b4fbdaf84549b64c0076.tar.gz
xmonad-9b54117ae59c5502b271b4fbdaf84549b64c0076.tar.xz
xmonad-9b54117ae59c5502b271b4fbdaf84549b64c0076.zip
Do our own recompilation checking: only launch ghc if the xmonad.hs is newer than its .o file
darcs-hash:20071119010759-cba2c-e9b94827122cb337ddcf93c3aefb62775011707a.gz
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 ()