aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-15 04:07:16 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-15 04:07:16 +0000
commitf7182fe913d3c31d9be2fd8e929072321620211d (patch)
tree4a0828bbffeb96b6d8085a3e0ac2b46475b9905d /spec
parentbe7d0f782ad505e112ec28a8f5163c66678dd942 (diff)
downloadthermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar
thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.gz
thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.bz2
thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.tar.xz
thermoprint-f7182fe913d3c31d9be2fd8e929072321620211d.zip
more documentation
Diffstat (limited to 'spec')
-rw-r--r--spec/src/Thermoprint/Identifiers.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/src/Thermoprint/Identifiers.hs b/spec/src/Thermoprint/Identifiers.hs
index bd0b7a6..9608922 100644
--- a/spec/src/Thermoprint/Identifiers.hs
+++ b/spec/src/Thermoprint/Identifiers.hs
@@ -1,5 +1,6 @@
1{-# LANGUAGE GeneralizedNewtypeDeriving, NoDeriveAnyClass #-} 1{-# LANGUAGE GeneralizedNewtypeDeriving, NoDeriveAnyClass #-}
2 2
3-- | Typesafe identifiers for our various objects
3module Thermoprint.Identifiers 4module Thermoprint.Identifiers
4 ( PrinterId(..) 5 ( PrinterId(..)
5 , JobId(..) 6 , JobId(..)