From a7ce476ebb5f9f1a41d141ba9540748e3b231101 Mon Sep 17 00:00:00 2001 From: Ben Sinclair Date: Thu, 6 Mar 2008 11:27:00 +0000 Subject: [PATCH] N.M.Commands.PLIndex: add Eq instance darcs-hash:20080306112736-87dc9-d77b147f5a1dfbcc34dd82c7e107cb12023a5c10.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 287a8f2..3d0b2b6 100644 --- a/Network/MPD/Commands.hs +++ b/Network/MPD/Commands.hs @@ -115,7 +115,7 @@ instance Show Query where data PLIndex = Pos Integer -- ^ A playlist position index (starting from 0) | ID Integer -- ^ A playlist ID number that more robustly -- identifies a song. - deriving Show + deriving (Show, Eq) -- | Represents the different playback states. data State = Playing -- 2.11.4.GIT