diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/Thermoprint/Client.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/Thermoprint/Client.hs b/client/src/Thermoprint/Client.hs index 710efae..f8d8bac 100644 --- a/client/src/Thermoprint/Client.hs +++ b/client/src/Thermoprint/Client.hs | |||
@@ -53,7 +53,7 @@ data Client m = Client | |||
53 | -> Maybe (Range (JobId)) | 53 | -> Maybe (Range (JobId)) |
54 | -> Maybe (Range (UTCTime)) | 54 | -> Maybe (Range (UTCTime)) |
55 | -> m (Seq (JobId, UTCTime, JobStatus)) | 55 | -> m (Seq (JobId, UTCTime, JobStatus)) |
56 | -- ^ @jobs p minId maxId minTime maxTime@ lists a selection of jobs | 56 | -- ^ List a selection of jobs |
57 | , jobCreate :: Maybe PrinterId -> Printout -> m JobId | 57 | , jobCreate :: Maybe PrinterId -> Printout -> m JobId |
58 | -- ^ Send a 'Printout' to be queued | 58 | -- ^ Send a 'Printout' to be queued |
59 | , job :: JobId -> m Printout | 59 | , job :: JobId -> m Printout |