summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-16 09:01:57 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-16 09:01:57 +0000
commit09c834ba2a528cbc59f40632b24a2736854cf5cb (patch)
tree85207d2de9ba7370729964bd4e0195638f4a744a
parentc70d69855e9e3140b00e21faa3a962ab437ff196 (diff)
Renderer: make Participants showable
-rw-r--r--Bustle/Renderer.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bustle/Renderer.hs b/Bustle/Renderer.hs
index f5b90d6..cd6e0ed 100644
--- a/Bustle/Renderer.hs
+++ b/Bustle/Renderer.hs
@@ -71,6 +71,8 @@ data Participants =
Participants { sessionParticipants
, systemParticipants :: [(UniqueName, Set OtherName)]
}
+ deriving
+ (Show)
data RendererResult apps =
RendererResult { rrCentreOffset :: Double