From 96d4e2f86bd4a568d0cb68b9b716c8a53113f34c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 5 Feb 2016 17:41:12 +0100 Subject: Combination of QueueManagers --- server/src/Thermoprint/Server.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/Thermoprint/Server.hs') diff --git a/server/src/Thermoprint/Server.hs b/server/src/Thermoprint/Server.hs index 7767c12..8061b20 100644 --- a/server/src/Thermoprint/Server.hs +++ b/server/src/Thermoprint/Server.hs @@ -12,6 +12,7 @@ module Thermoprint.Server , module Data.Default.Class , module Servant.Server.Internal.Enter , module Thermoprint.Server.Printer + , module Thermoprint.Server.Queue ) where import Data.Default.Class @@ -49,6 +50,7 @@ import Thermoprint.API (thermoprintAPI, PrinterId) import Thermoprint.Server.Database import Thermoprint.Server.Printer +import Thermoprint.Server.Queue import qualified Thermoprint.Server.API as API (thermoprintServer) import Thermoprint.Server.API hiding (thermoprintServer) -- cgit v1.2.3