aboutsummaryrefslogtreecommitdiff
path: root/server/src/Thermoprint/Server.hs
diff options
context:
space:
mode:
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 7767c12..8061b20 100644
--- a/server/src/Thermoprint/Server.hs
+++ b/server/src/Thermoprint/Server.hs
@@ -12,6 +12,7 @@ module Thermoprint.Server
12 , module Data.Default.Class 12 , module Data.Default.Class
13 , module Servant.Server.Internal.Enter 13 , module Servant.Server.Internal.Enter
14 , module Thermoprint.Server.Printer 14 , module Thermoprint.Server.Printer
15 , module Thermoprint.Server.Queue
15 ) where 16 ) where
16 17
17import Data.Default.Class 18import Data.Default.Class
@@ -49,6 +50,7 @@ import Thermoprint.API (thermoprintAPI, PrinterId)
49 50
50import Thermoprint.Server.Database 51import Thermoprint.Server.Database
51import Thermoprint.Server.Printer 52import Thermoprint.Server.Printer
53import Thermoprint.Server.Queue
52import qualified Thermoprint.Server.API as API (thermoprintServer) 54import qualified Thermoprint.Server.API as API (thermoprintServer)
53import Thermoprint.Server.API hiding (thermoprintServer) 55import Thermoprint.Server.API hiding (thermoprintServer)
54 56