summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-05 04:12:03 +0100
committerDon Stewart <dons@galois.com>2007-11-05 04:12:03 +0100
commitf94cfaef066b5ef44615e9c526910b96ffa2a41e (patch)
treea86b60d7f8059c4bf4c5ab77c964a09b93d6e5df /Main.hs
parentb7068e1a38062df46bf2cfc158ecd6c13fb6f74b (diff)
downloadmetatile-f94cfaef066b5ef44615e9c526910b96ffa2a41e.tar
metatile-f94cfaef066b5ef44615e9c526910b96ffa2a41e.zip
makeMain -> xmonad
darcs-hash:20071105031203-cba2c-0bf3d2d6e186ab307457f99b5b73afd333802e45
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 0a24dba..8923555 100644
--- a/Main.hs
+++ b/Main.hs
@@ -31,7 +31,7 @@ main :: IO ()
main = do
handle (hPrint stderr) buildLaunch
-- if buildLaunch returns, execute the trusted core
- makeMain defaultConfig
+ xmonad defaultConfig
-- | Build "~/.xmonad/Main.hs" with ghc, then execute it. If there are no
-- errors, this function does not return. An exception is raised in any of
@@ -51,3 +51,4 @@ buildLaunch = do
args <- getArgs
executeFile (dir ++ "/Main") False args Nothing
return ()
+