aboutsummaryrefslogtreecommitdiff
path: root/server/src/Thermoprint/Server.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-01 00:04:54 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-01 00:04:54 +0100
commit36434c74792c50be759172d158be0e9e56e28849 (patch)
tree1d9ccf224764a6de034fbb26191e4981e89b2b98 /server/src/Thermoprint/Server.hs
parent8dc71c2a4219f2e820e4c55ee7754e184574e8e5 (diff)
downloadthermoprint-36434c74792c50be759172d158be0e9e56e28849.tar
thermoprint-36434c74792c50be759172d158be0e9e56e28849.tar.gz
thermoprint-36434c74792c50be759172d158be0e9e56e28849.tar.bz2
thermoprint-36434c74792c50be759172d158be0e9e56e28849.tar.xz
thermoprint-36434c74792c50be759172d158be0e9e56e28849.zip
Thermoprint.Server.Queue.Utils
Reformulated from their flawed QMConfig-version
Diffstat (limited to 'server/src/Thermoprint/Server.hs')
-rw-r--r--server/src/Thermoprint/Server.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/Thermoprint/Server.hs b/server/src/Thermoprint/Server.hs
index 446c63e..f73a418 100644
--- a/server/src/Thermoprint/Server.hs
+++ b/server/src/Thermoprint/Server.hs
@@ -16,6 +16,7 @@ module Thermoprint.Server
16 , module Servant.Server.Internal.Enter 16 , module Servant.Server.Internal.Enter
17 , module Thermoprint.Server.Printer 17 , module Thermoprint.Server.Printer
18 , module Thermoprint.Server.Queue 18 , module Thermoprint.Server.Queue
19 , module Thermoprint.Server.Queue.Utils
19 ) where 20 ) where
20 21
21import Data.Default.Class 22import Data.Default.Class
@@ -79,6 +80,7 @@ import Thermoprint.Server.Push
79import Thermoprint.Server.Database 80import Thermoprint.Server.Database
80import Thermoprint.Server.Printer 81import Thermoprint.Server.Printer
81import Thermoprint.Server.Queue 82import Thermoprint.Server.Queue
83import Thermoprint.Server.Queue.Utils
82import qualified Thermoprint.Server.API as API (thermoprintServer) 84import qualified Thermoprint.Server.API as API (thermoprintServer)
83import Thermoprint.Server.API hiding (thermoprintServer) 85import Thermoprint.Server.API hiding (thermoprintServer)
84 86