Fix haddock
authorJan Hrček <jhrcek@redhat.com>
Tue, 30 Oct 2018 03:48:23 +0000 (04:48 +0100)
committerJan Hrček <jhrcek@redhat.com>
Tue, 30 Oct 2018 03:48:23 +0000 (04:48 +0100)
src/Language/Haskell/LSP/Test/Session.hs

index 5948ed0a818c1aed1b28cbef5b5f463d1b952ce7..a2cd380bf920bbd38d2889db8a671c0338f98d33 100644 (file)
@@ -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.
   }