aboutsummaryrefslogtreecommitdiff
path: root/spec/src/Thermoprint/API.hs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/src/Thermoprint/API.hs')
-rw-r--r--spec/src/Thermoprint/API.hs2
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
62data PrintingError = UnknownError 62data PrintingError = UnknownError
63 deriving (Typeable, Generic, NFData, Show, Read, FromJSON, ToJSON, Exception) 63 deriving (Typeable, Generic, NFData, Show, ToJSON, Exception)
64 64
65type DraftTitle = Text 65type DraftTitle = Text
66 66