Skip to content
Snippets Groups Projects

Update for IE changes in !8228

Merged Rodrigo Mesquita requested to merge wip/romes/ttg-module-haddock into ghc-head
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -381,12 +381,12 @@ unrestrictedModuleImports idecls =
]
isInteresting idecl =
case ideclHiding idecl of
case ideclImportList idecl of
-- i) no subset selected
Nothing -> True
-- ii) an import with a hiding clause
-- without any names
Just (True, L _ []) -> True
Just (EverythingBut, L _ []) -> True
-- iii) any other case of qualification
_ -> False
Loading