diff options
Diffstat (limited to 'haddock-api/src/Haddock')
| -rw-r--r-- | haddock-api/src/Haddock/Interface/LexParseRn.hs | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/haddock-api/src/Haddock/Interface/LexParseRn.hs b/haddock-api/src/Haddock/Interface/LexParseRn.hs index 87face7c..b6913012 100644 --- a/haddock-api/src/Haddock/Interface/LexParseRn.hs +++ b/haddock-api/src/Haddock/Interface/LexParseRn.hs @@ -165,8 +165,7 @@ outOfScope dflags x =    where      warnAndMonospace a = do        tell ["Warning: '" ++ showPpr dflags a ++ "' is out of scope.\n" ++ -            "    If you qualify the identifier, haddock can try to link it\n" ++ -            "    it anyway."] +            "    If you qualify the identifier, haddock can try to link it anyway."]        pure (monospaced a)      monospaced a = DocMonospaced (DocString (showPpr dflags a))  | 
