summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad.hs')
-rw-r--r--XMonad.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad.hs b/XMonad.hs
index f08c810..3953c38 100644
--- a/XMonad.hs
+++ b/XMonad.hs
@@ -9,11 +9,10 @@
-- Stability : unstable
-- Portability : not portable, uses cunning newtype deriving
--
------------------------------------------------------------------------------
---
-- The X monad, a state monad transformer over IO, for the window
-- manager state, and support routines.
--
+-----------------------------------------------------------------------------
module XMonad (
X, WindowSet, WorkspaceId(..), ScreenId(..), XState(..), XConf(..), Layout(..),