From e30ed7d27711b8df1fb9d982de825f36113732d8 Mon Sep 17 00:00:00 2001 From: Ben Sinclair Date: Fri, 22 Feb 2008 10:57:00 +0000 Subject: [PATCH] Add an Eq instance to the Count datatype darcs-hash:20080222105705-87dc9-b39e39834314631c1ec9820c25fa993f33ec570a.gz --- Network/MPD/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network/MPD/Commands.hs b/Network/MPD/Commands.hs index 4a9ee60..bb80452 100644 --- a/Network/MPD/Commands.hs +++ b/Network/MPD/Commands.hs @@ -199,7 +199,7 @@ data Count = Count { cSongs :: Integer -- ^ Number of songs matching the query , cPlaytime :: Seconds -- ^ Total play time of matching songs } - deriving Show + deriving (Eq, Show) -- | Represents an output device. data Device = -- 2.11.4.GIT