aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-01 09:56:23 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-01 09:56:23 +0100
commit52d2b17c33f9832760a9be10c00f8facd577b506 (patch)
tree06171bbb578f97577d94ffa0e183c9214950a460 /spec
parent6bd2bb7117e2b0d2932fdb683a307f91947c2e2b (diff)
downloadthermoprint-52d2b17c33f9832760a9be10c00f8facd577b506.tar
thermoprint-52d2b17c33f9832760a9be10c00f8facd577b506.tar.gz
thermoprint-52d2b17c33f9832760a9be10c00f8facd577b506.tar.bz2
thermoprint-52d2b17c33f9832760a9be10c00f8facd577b506.tar.xz
thermoprint-52d2b17c33f9832760a9be10c00f8facd577b506.zip
Now exporting nested constructors of PrintingError
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 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