aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Roledex.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Roledex.hs (renamed from Roledex.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Roledex.hs b/XMonad/Layout/Roledex.hs
index 66c58ba..0c4eb5f 100644
--- a/Roledex.hs
+++ b/XMonad/Layout/Roledex.hs
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
--- Module : XMonadContrib.Roledex
+-- Module : XMonad.Layout.Roledex
-- Copyright : (c) tim.thelion@gmail.com
-- License : BSD
--
@@ -15,7 +15,7 @@
-- This is a completely pointless layout which acts like Microsoft's Flip 3D
-----------------------------------------------------------------------------
-module XMonadContrib.Roledex (
+module XMonad.Layout.Roledex (
-- * Usage
-- $usage
Roledex(Roledex)) where
@@ -28,10 +28,10 @@ import Data.Ratio
-- $usage
--
--- > import XMonadContrib.Roledex
+-- > import XMonad.Layout.Roledex
-- > layouts = [ Layout Roledex ]
--- %import XMonadContrib.Roledex
+-- %import XMonad.Layout.Roledex
-- %layout , Layout Roledex
data Roledex a = Roledex deriving ( Show, Read )