aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-15 02:50:19 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-15 02:50:19 +0000
commit98ad4fe1c478aa7135a3085b8c0937ce08638843 (patch)
tree33858cfe9ac671703bc7e05972b4cc6095242f56 /spec
parent2fdb1bbdeb6fd30ea7011a98c818d0c8b3e83278 (diff)
downloadthermoprint-98ad4fe1c478aa7135a3085b8c0937ce08638843.tar
thermoprint-98ad4fe1c478aa7135a3085b8c0937ce08638843.tar.gz
thermoprint-98ad4fe1c478aa7135a3085b8c0937ce08638843.tar.bz2
thermoprint-98ad4fe1c478aa7135a3085b8c0937ce08638843.tar.xz
thermoprint-98ad4fe1c478aa7135a3085b8c0937ce08638843.zip
fixed last commit
Diffstat (limited to 'spec')
-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(..)