diff options
-rw-r--r-- | spec/src/Thermoprint/Identifiers.hs | 1 |
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 | ||
3 | module Thermoprint.Identifiers | 4 | module Thermoprint.Identifiers |
4 | ( PrinterId(..) | 5 | ( PrinterId(..) |
5 | , JobId(..) | 6 | , JobId(..) |