aboutsummaryrefslogtreecommitdiff
path: root/server/src/Thermoprint/Server/API.hs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Thermoprint/Server/API.hs')
-rw-r--r--server/src/Thermoprint/Server/API.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/Thermoprint/Server/API.hs b/server/src/Thermoprint/Server/API.hs
index 247fb89..7868f2c 100644
--- a/server/src/Thermoprint/Server/API.hs
+++ b/server/src/Thermoprint/Server/API.hs
@@ -13,6 +13,7 @@ import Thermoprint.API hiding (JobId(..), DraftId(..))
13import qualified Thermoprint.API as API (JobId(..), DraftId(..)) 13import qualified Thermoprint.API as API (JobId(..), DraftId(..))
14 14
15import Thermoprint.Server.Printer 15import Thermoprint.Server.Printer
16import Thermoprint.Server.Queue
16import Thermoprint.Server.Database 17import Thermoprint.Server.Database
17 18
18import Data.Set (Set) 19import Data.Set (Set)