From 0c60bbc1b54782e86c82cc103690e6e9cd4b2e34 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 22 Oct 2015 21:16:34 +0200 Subject: Fixed PrintOut --- servant/src/Main.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'servant/src/Main.hs') diff --git a/servant/src/Main.hs b/servant/src/Main.hs index 70d244c..0aa9eeb 100644 --- a/servant/src/Main.hs +++ b/servant/src/Main.hs @@ -10,6 +10,7 @@ import Thermoprint import Thermoprint.Api +import PrintOut import qualified Data.Text.Lazy as TL import qualified Data.ByteString.Lazy.Char8 as LBS @@ -144,7 +145,7 @@ thermoprintApi = Proxy main :: IO () main = do - execParser opts >>= runStderrLoggingT . main' + execParser opts >>= runNoLoggingT . main' where opts = info (helper <*> options) ( fullDesc -- cgit v1.2.3