From 793fa92ce56efa99285ecc791f0c365252da41b0 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Sat, 8 Dec 2007 00:35:35 +0100 Subject: Export Graphics.X11, Graphics.X11.Xlib.Extras, and various Monad stuff from XMonad darcs-hash:20071207233535-a5988-1f309f227d3bc8161cff888c92e0ecbee1f6c5dc.gz --- XMonad.hs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'XMonad.hs') diff --git a/XMonad.hs b/XMonad.hs index 8d16f81..0584bb8 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -18,8 +18,12 @@ module XMonad ( module XMonad.Core, module XMonad.Config, module XMonad.ManageHook, - -- module Graphics.X11.Xlib, -- conflicts with lots of extensions - (.|.) + module Graphics.X11, + module Graphics.X11.Xlib.Extras, + (.|.), + MonadState(..), gets, modify, + MonadReader(..), asks, + MonadIO(..) ) where @@ -32,4 +36,8 @@ import XMonad.ManageHook -- modules needed to get basic configuration working import Data.Bits --- import Graphics.X11.Xlib +import Graphics.X11 hiding (refreshKeyboardMapping) +import Graphics.X11.Xlib.Extras + +import Control.Monad.State +import Control.Monad.Reader -- cgit v1.2.3