summaryrefslogtreecommitdiffstats
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
commite5dce65d3d2d41685d1ce077af9aea70a4ee0c1d (patch)
treef5db14499eb18e393aa255444eec2b804b8c97cf /EventLoop.hs
parentcea3e0dfd8b4f1b1fcab1ce85947a040174ac902 (diff)
downloadmetatile-e5dce65d3d2d41685d1ce077af9aea70a4ee0c1d.tar
metatile-e5dce65d3d2d41685d1ce077af9aea70a4ee0c1d.zip
Main.hs -> DefaultConfig.hs, add new Main.hs with 'buildLaunch'
darcs-hash:20071101175749-a5988-f1a90deded30d52f4050bb528a4a2e44f15cfca2
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)
--