summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs9
1 files changed, 5 insertions, 4 deletions
diff --git a/Main.hs b/Main.hs
index d06671d..24e88ee 100644
--- a/Main.hs
+++ b/Main.hs
@@ -8,10 +8,11 @@
-- Stability : unstable
-- Portability : not portable, uses mtl, X11, posix
--
------------------------------------------------------------------------------
---
-- xmonad, a minimalist, tiling window manager for X11
---
+--
+-----------------------------------------------------------------------------
+
+module Main where
import Data.Bits
import qualified Data.Map as M
@@ -34,7 +35,7 @@ import Operations
import System.IO
---
+-- |
-- The main entry point
--
main :: IO ()