From 9b6926e72d37d0ee233dd9c30e9521e20c57c77b Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Wed, 14 Nov 2007 19:37:59 +0100 Subject: comments, reexport Data.Bits darcs-hash:20071114183759-cba2c-e590c150b3100361b884ae827edfbaaf31d7b11d.gz --- XMonad.hs | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index 4d1d21c..d70a6f0 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -1,12 +1,33 @@ +-------------------------------------------------------------------- +-- | +-- Module : XMonad +-- Copyright : (c) Don Stewart +-- License : BSD3 +-- +-- Maintainer: Don Stewart +-- Stability : provisional +-- Portability: +-- +-------------------------------------------------------------------- +-- +-- Useful exports for configuration files. + module XMonad ( module XMonad.Main, module XMonad.Core, - module XMonad.Config + module XMonad.Config, + -- module Graphics.X11.Xlib, -- conflicts with lots of extensions + (.|.) ) where +-- core modules import XMonad.Main import XMonad.Core import XMonad.Config -- import XMonad.StackSet -- conflicts with 'workspaces' defined in XMonad.hs + +-- modules needed to get basic configuration working +import Data.Bits +-- import Graphics.X11.Xlib -- cgit v1.2.3