From e310456a054be6d62429c5f3b988da31cf502ced Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 4 Feb 2016 23:01:44 +0000 Subject: More sensible instances for PrintingError --- spec/src/Thermoprint/API.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/src/Thermoprint/API.hs') diff --git a/spec/src/Thermoprint/API.hs b/spec/src/Thermoprint/API.hs index b27c0b5..da16d32 100644 --- a/spec/src/Thermoprint/API.hs +++ b/spec/src/Thermoprint/API.hs @@ -60,7 +60,7 @@ data JobStatus = Queued PrinterId deriving (Generic, Show, Read, FromJSON, ToJSON) data PrintingError = UnknownError - deriving (Typeable, Generic, NFData, Show, Read, FromJSON, ToJSON, Exception) + deriving (Typeable, Generic, NFData, Show, ToJSON, Exception) type DraftTitle = Text -- cgit v1.2.3