diff options
-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 |