Fix haddock markup
authorLuke Lau <luke_lau@icloud.com>
Sun, 15 Dec 2019 20:03:25 +0000 (20:03 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sun, 15 Dec 2019 20:03:25 +0000 (20:03 +0000)
src/Language/Haskell/LSP/Test/Session.hs

index 21c008643e95869badbe46daa67a1fe9bda9209c..ac4c9ff066bd5a3479b4b4181014954acc0acfa5 100644 (file)
@@ -99,9 +99,11 @@ data SessionConfig = SessionConfig
   -- Can be overriden with the environment variable @LSP_TEST_LOG_MESSAGES@.
   , logColor       :: Bool -- ^ Add ANSI color to the logged messages, defaults to True.
   , lspConfig      :: Maybe Value -- ^ The initial LSP config as JSON value, defaults to Nothing.
-  -- ^ Whether or not to ignore 'ShowMessageNotification' and 'LogMessageNotification', defaults to False.
-  -- @since 0.9.0.0
   , ignoreLogNotifications :: Bool
+  -- ^ Whether or not to ignore 'Language.Haskell.LSP.Types.ShowMessageNotification' and
+  -- 'Language.Haskell.LSP.Types.LogMessageNotification', defaults to False.
+  --
+  -- @since 0.9.0.0
   }
 
 -- | The configuration used in 'Language.Haskell.LSP.Test.runSession'.