Skip to content
Snippets Groups Projects

Changes related to MR !10283

Merged Bartłomiej Cieślar requested to merge barci2/haddock:deprecated-exports into ghc-head
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -284,7 +284,7 @@ mkWarningMap
@@ -284,7 +284,7 @@ mkWarningMap
-> IfM m WarningMap
-> IfM m WarningMap
mkWarningMap dflags warnings exps =
mkWarningMap dflags warnings exps =
case warnings of
case warnings of
WarnSome ws ->
WarnSome ws _ ->
let expsOccEnv = mkOccEnv [(nameOccName n, n) | n <- exps]
let expsOccEnv = mkOccEnv [(nameOccName n, n) | n <- exps]
ws' = flip mapMaybe ws $ \(occ, w) ->
ws' = flip mapMaybe ws $ \(occ, w) ->
-- Ensure we also look in the record field namespace. If the OccName
-- Ensure we also look in the record field namespace. If the OccName
Loading