aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3752848..9e91487 100644
--- a/spec/src/Thermoprint/API.hs
+++ b/spec/src/Thermoprint/API.hs
@@ -8,7 +8,7 @@
8module Thermoprint.API 8module Thermoprint.API
9 ( PrinterStatus(..) 9 ( PrinterStatus(..)
10 , JobStatus(..), queueSort 10 , JobStatus(..), queueSort
11 , PrintingError(..) 11 , PrintingError(..), EncodingException(..)
12 , DraftTitle 12 , DraftTitle
13 , Range(..), contains 13 , Range(..), contains
14 , ThermoprintAPI 14 , ThermoprintAPI