summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-16 07:42:33 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-16 07:42:33 +0200
commit953d9abb472d4e7a80d79c24a80b81269f294982 (patch)
treef994ab6b77740742f0c330689a681d2a57c99ee3 /StackSet.hs
parent18d3fa1ae2c4023cbee535832c40a6cc4470d403 (diff)
downloadmetatile-953d9abb472d4e7a80d79c24a80b81269f294982.tar
metatile-953d9abb472d4e7a80d79c24a80b81269f294982.zip
Read is not needed for StackSet
darcs-hash:20070516054233-a5988-b71d4b13ec6dfafe367ea4a0dad0b32f0614b318
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/StackSet.hs b/StackSet.hs
index 375a096..9fbd6bb 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -44,7 +44,7 @@ data StackSet i j a =
, stacks :: !(M.Map i ([a], [a])) -- ^ screen -> (floating, normal)
, focus :: !(M.Map i [a]) -- ^ the stack of window focus in each stack
, cache :: !(M.Map a i) -- ^ a cache of windows back to their stacks
- } deriving (Eq, Show, Read)
+ } deriving (Eq, Show)
-- The cache is used to check on insertion that we don't already have
-- this window managed on another stack