Dzen.hs: add module header.

This commit is contained in:
joachim.fasting 2007-06-18 14:29:15 +00:00
parent 348f3f8b46
commit 5b32c80dd1

14
Dzen.hs
View File

@ -1,3 +1,17 @@
-----------------------------------------------------------------------------
-- |
-- Module : XMonadContrib.Dzen
-- Copyright : (c) glasser@mit.edu
-- License : BSD
--
-- Maintainer : glasser@mit.edu
-- Stability : unstable
-- Portability : unportable
--
-- Handy wrapper for dzen.
--
-----------------------------------------------------------------------------
module XMonadContrib.Dzen (dzen, dzenScreen) where
import System.Posix.Process (forkProcess, getProcessStatus, createSession)