From: Luke Lau Date: Wed, 31 Oct 2018 21:50:15 +0000 (+0000) Subject: Merge pull request #22 from jhrcek/typo X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=24bea9100bd08c060ed5c389aac53842224db868;hp=1efccbac7aa4e9f93ae716fb92cbae156fabc391 Merge pull request #22 from jhrcek/typo Fix haddock --- diff --git a/src/Language/Haskell/LSP/Test/Session.hs b/src/Language/Haskell/LSP/Test/Session.hs index 5948ed0..a2cd380 100644 --- a/src/Language/Haskell/LSP/Test/Session.hs +++ b/src/Language/Haskell/LSP/Test/Session.hs @@ -73,7 +73,7 @@ type Session = ParserStateReader FromServerMessage SessionState SessionContext I data SessionConfig = SessionConfig { messageTimeout :: Int -- ^ Maximum time to wait for a message in seconds, defaults to 60. , logStdErr :: Bool -- ^ Redirect the server's stderr to this stdout, defaults to False. - , logMessages :: Bool -- ^ Trace the messages sent and received to stdout, defaults to True. + , logMessages :: Bool -- ^ Trace the messages sent and received to stdout, defaults to False. , logColor :: Bool -- ^ Add ANSI color to the logged messages, defaults to True. }