aboutsummaryrefslogtreecommitdiff
path: root/server/src/Thermoprint/Server/API.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-04 19:04:35 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-04 19:04:35 +0000
commitc63f7ca27bf3a014dd501a6f58dc6a983251df4d (patch)
tree9c0abc87a330f226519de8e122005007c633a021 /server/src/Thermoprint/Server/API.hs
parenta7e923cba4dea3d5e0aaf03081d8d3266681c8d5 (diff)
downloadthermoprint-c63f7ca27bf3a014dd501a6f58dc6a983251df4d.tar
thermoprint-c63f7ca27bf3a014dd501a6f58dc6a983251df4d.tar.gz
thermoprint-c63f7ca27bf3a014dd501a6f58dc6a983251df4d.tar.bz2
thermoprint-c63f7ca27bf3a014dd501a6f58dc6a983251df4d.tar.xz
thermoprint-c63f7ca27bf3a014dd501a6f58dc6a983251df4d.zip
Split Queue-management into new module
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)