diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 03:48:55 +0000 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-15 03:48:55 +0000 |
| commit | be7d0f782ad505e112ec28a8f5163c66678dd942 (patch) | |
| tree | 3907b78c9c656564ddd13a521559b5e8adba7589 | |
| parent | ad3c28c1687d4a0a43a34d496c312baf05b85ca8 (diff) | |
| download | thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.gz thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.bz2 thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.tar.xz thermoprint-be7d0f782ad505e112ec28a8f5163c66678dd942.zip | |
Fixed export
| -rw-r--r-- | spec/src/Thermoprint/API.hs | 1 |
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 @@ | |||
| 6 | module Thermoprint.API | 6 | module 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 |
