summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
committerDaniel Wagner <daniel@wagner-home.com>2013-05-28 02:35:31 +0200
commit9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd (patch)
tree7935f915d4cd57b6ebc14c438c6050845d18accf /Main.hs
parentc98c1047d546353600d482c8ddc721d34c834125 (diff)
downloadmetatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.tar
metatile-9e5fe03ca436b3d794c1d149d62d4f66d6aeecfd.zip
depend on data-default, and deprecate the monomorphic name defaultConfig
Ignore-this: 1e746731695df3b6f684d5463a3da6a4 darcs-hash:20130528003531-76d51-cb0d530829e7ad54445399456421f3fa7fe231df
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 cd076b5..5fe83f9 100644
--- a/Main.hs
+++ b/Main.hs
@@ -37,7 +37,7 @@ main :: IO ()
main = do
installSignalHandlers -- important to ignore SIGCHLD to avoid zombies
args <- getArgs
- let launch = catchIO buildLaunch >> xmonad defaultConfig
+ let launch = catchIO buildLaunch >> xmonad def
case args of
[] -> launch
("--resume":_) -> launch