From 559ac9e9d5c61c08317cb96cfadb07206c663855 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 21 May 2007 21:07:04 +0200 Subject: Show instances for WorkspaceId and ScreenId darcs-hash:20070521190704-a5988-24dfb3b96a551ee2a27c9dd09461ddd260db8e64 --- XMonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XMonad.hs b/XMonad.hs index 853fdeb..d1eff38 100644 --- a/XMonad.hs +++ b/XMonad.hs @@ -58,10 +58,10 @@ data XConf = XConf type WindowSet = StackSet WorkspaceId Window ScreenId -- | Virtual workspace indicies -newtype WorkspaceId = W Int deriving (Eq,Ord,Show,Enum,Num,Integral,Real) +newtype WorkspaceId = W Int deriving (Eq,Ord,Show,Read,Enum,Num,Integral,Real) -- | Physical screen indicies -newtype ScreenId = S Int deriving (Eq,Ord,Show,Enum,Num,Integral,Real) +newtype ScreenId = S Int deriving (Eq,Ord,Show,Read,Enum,Num,Integral,Real) ------------------------------------------------------------------------ -- cgit v1.2.3