diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 02:50:19 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 02:50:19 +0000 |
commit | 98ad4fe1c478aa7135a3085b8c0937ce08638843 (patch) | |
tree | 33858cfe9ac671703bc7e05972b4cc6095242f56 /spec | |
parent | 2fdb1bbdeb6fd30ea7011a98c818d0c8b3e83278 (diff) | |
download | thermoprint-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.hs | 2 |
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 |
6 | module Thermoprint.API | 6 | module Thermoprint.API |
7 | ( PrinterStatus(..) | 7 | ( PrinterStatus(..) |
8 | , JobStatus(..) | 8 | , JobStatus(..) |