mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
metaModule.hs: info and documentation
This commit is contained in:
@@ -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
|
-- This is an artificial dependency on all the XMonadContrib.* modules. It is
|
||||||
-- intended to help xmonad hackers ensure that contrib modules build after API
|
-- intended to help xmonad hackers ensure that contrib modules build after API
|
||||||
-- changes.
|
-- changes.
|
||||||
--
|
--
|
||||||
-- Please add new modules to this list (in alphabetical order).
|
-- Please add new modules to this list (in alphabetical order).
|
||||||
|
--
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
module XMonadContrib.MetaModule () where
|
module XMonadContrib.MetaModule () where
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user