From 9be71aebb86e92f664595635fa921def883c561c Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Thu, 20 Dec 2007 21:24:24 +0000 Subject: [PATCH] [gitconv @ Prim.MPDError: comment and deriving clause mixed up.] --- Network/MPD/Prim.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Network/MPD/Prim.hs b/Network/MPD/Prim.hs index 2145d98..d853418 100644 --- a/Network/MPD/Prim.hs +++ b/Network/MPD/Prim.hs @@ -58,7 +58,8 @@ data MPDError = NoMPD -- ^ MPD not responding | TimedOut -- ^ The connection timed out | Custom String -- ^ Used for misc. errors | ACK ACKType String -- ^ ACK type and a message from the - deriving (Eq) -- server. + -- server + deriving (Eq) instance Show MPDError where show NoMPD = "Could not connect to MPD" -- 2.11.4.GIT