From 538b6abe3f15768793fc0ab91b9329d4367fbea3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Hr=C4=8Dek?= Date: Tue, 30 Oct 2018 04:48:23 +0100 Subject: [PATCH] Fix haddock --- src/Language/Haskell/LSP/Test/Session.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } -- 2.30.2