diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-04 23:01:44 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-02-04 23:01:44 +0000 |
commit | e310456a054be6d62429c5f3b988da31cf502ced (patch) | |
tree | 0de9997fa44b469f0b47383c50269f116c541aec /spec | |
parent | 409e212bb4ef76784e6da1ef854e2cb85bebc0af (diff) | |
download | thermoprint-e310456a054be6d62429c5f3b988da31cf502ced.tar thermoprint-e310456a054be6d62429c5f3b988da31cf502ced.tar.gz thermoprint-e310456a054be6d62429c5f3b988da31cf502ced.tar.bz2 thermoprint-e310456a054be6d62429c5f3b988da31cf502ced.tar.xz thermoprint-e310456a054be6d62429c5f3b988da31cf502ced.zip |
More sensible instances for PrintingError
Diffstat (limited to 'spec')
-rw-r--r-- | spec/src/Thermoprint/API.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
60 | deriving (Generic, Show, Read, FromJSON, ToJSON) | 60 | deriving (Generic, Show, Read, FromJSON, ToJSON) |
61 | 61 | ||
62 | data PrintingError = UnknownError | 62 | data PrintingError = UnknownError |
63 | deriving (Typeable, Generic, NFData, Show, Read, FromJSON, ToJSON, Exception) | 63 | deriving (Typeable, Generic, NFData, Show, ToJSON, Exception) |
64 | 64 | ||
65 | type DraftTitle = Text | 65 | type DraftTitle = Text |
66 | 66 | ||