aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-15 03:48:55 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-15 03:48:55 +0000
commitbe7d0f782ad505e112ec28a8f5163c66678dd942 (patch)
tree3907b78c9c656564ddd13a521559b5e8adba7589 /spec
parentad3c28c1687d4a0a43a34d496c312baf05b85ca8 (diff)
downloadthermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar
thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.gz
thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.bz2
thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.xz
thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.zip
Fixed export
Diffstat (limited to 'spec')
-rw-r--r--spec/src/Thermoprint/API.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/src/Thermoprint/API.hs b/spec/src/Thermoprint/API.hs
index a2a84b4..627f9b1 100644
--- a/spec/src/Thermoprint/API.hs
+++ b/spec/src/Thermoprint/API.hs
@@ -6,6 +6,7 @@
6module Thermoprint.API 6module Thermoprint.API
7 ( PrinterStatus(..) 7 ( PrinterStatus(..)
8 , JobStatus(..) 8 , JobStatus(..)
9 , PrintingError(..)
9 , ThermoprintAPI 10 , ThermoprintAPI
10 , thermoprintAPI 11 , thermoprintAPI
11 , module Thermoprint.Identifiers 12 , module Thermoprint.Identifiers