diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-06-14 16:41:02 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-06-14 16:41:02 +0200 |
commit | d5829918247c8f90e24b0fa26743c9ef2b489d6d (patch) | |
tree | e7fa855ad35edf9bb131e5fa1ff871466a69de2c | |
parent | 35b3ba741b02d8944a4930f1527b9b41e6ce8089 (diff) | |
download | XMonadContrib-d5829918247c8f90e24b0fa26743c9ef2b489d6d.tar.gz XMonadContrib-d5829918247c8f90e24b0fa26743c9ef2b489d6d.tar.xz XMonadContrib-d5829918247c8f90e24b0fa26743c9ef2b489d6d.zip |
metaModule.hs: info and documentation
darcs-hash:20070614144102-32816-c49b1fc3cfbe10da0c4fe951f42d4477066a9891.gz
-rw-r--r-- | MetaModule.hs | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MetaModule.hs b/MetaModule.hs index 5357e33..a993792 100644 --- a/MetaModule.hs +++ b/MetaModule.hs @@ -1,10 +1,21 @@ --- Maintainer: Spencer Janssen <sjanssen@cse.unl.edu> +----------------------------------------------------------------------------- +-- | +-- Module : XMonadContrib.WorkspaceDir +-- Copyright : (c) 2007 Spencer Janssen <sjanssen@cse.unl.edu> +-- License : BSD3-style (see LICENSE) +-- +-- Maintainer : Spencer Janssen <sjanssen@cse.unl.edu> +-- Stability : unstable +-- Portability : unportable -- -- This is an artificial dependency on all the XMonadContrib.* modules. It is -- intended to help xmonad hackers ensure that contrib modules build after API -- changes. -- -- Please add new modules to this list (in alphabetical order). +-- +----------------------------------------------------------------------------- + module XMonadContrib.MetaModule () where |