aboutsummaryrefslogtreecommitdiff
path: root/servant/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'servant/src/Main.hs')
-rw-r--r--servant/src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/servant/src/Main.hs b/servant/src/Main.hs
index 0aa9eeb..7def207 100644
--- a/servant/src/Main.hs
+++ b/servant/src/Main.hs
@@ -145,7 +145,7 @@ thermoprintApi = Proxy
145 145
146main :: IO () 146main :: IO ()
147main = do 147main = do
148 execParser opts >>= runNoLoggingT . main' 148 execParser opts >>= runStderrLoggingT . main'
149 where 149 where
150 opts = info (helper <*> options) ( 150 opts = info (helper <*> options) (
151 fullDesc 151 fullDesc