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 49cccf5..a2a84b4 100644
--- a/spec/src/Thermoprint/API.hs
+++ b/spec/src/Thermoprint/API.hs
@@ -2,7 +2,7 @@
2{-# LANGUAGE TypeOperators, DataKinds #-} 2{-# LANGUAGE TypeOperators, DataKinds #-}
3{-# LANGUAGE OverloadedStrings #-} 3{-# LANGUAGE OverloadedStrings #-}
4 4
5-- ^ A specification of an API for interacting with a set of printers 5-- | A specification of an API for interacting with a set of printers
6module Thermoprint.API 6module Thermoprint.API
7 ( PrinterStatus(..) 7 ( PrinterStatus(..)
8 , JobStatus(..) 8 , JobStatus(..)