aboutsummaryrefslogtreecommitdiffstats
path: root/EventLoop.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 18:57:49 +0100
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-11-01 18:57:49 +0100
commit79aee5a288d874585539abcc1e28e35433d2e898 (patch)
treef5db14499eb18e393aa255444eec2b804b8c97cf /EventLoop.hs
parentc016f44e39d001c22c30b4f3e0156e7a88dd50a9 (diff)
downloadxmonad-79aee5a288d874585539abcc1e28e35433d2e898.tar.gz
xmonad-79aee5a288d874585539abcc1e28e35433d2e898.tar.xz
xmonad-79aee5a288d874585539abcc1e28e35433d2e898.zip
Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'
darcs-hash:20071101175749-a5988-f1a90deded30d52f4050bb528a4a2e44f15cfca2.gz
Diffstat (limited to 'EventLoop.hs')
-rw-r--r--EventLoop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/EventLoop.hs b/EventLoop.hs
index 24680f2..ce29264 100644
--- a/EventLoop.hs
+++ b/EventLoop.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE MultiParamTypeClasses #-}
----------------------------------------------------------------------------
-- |
--- Module : Main.hs
+-- Module : EventLoop.hs
-- Copyright : (c) Spencer Janssen 2007
-- License : BSD3-style (see LICENSE)
--