diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index a4b9810f..acf9893a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -812,7 +812,7 @@ mkExportItems mod_map this_mod exported_names exportedDeclMap localDeclMap sub_m | OptHide `elem` hmod_options hmod -> return (hmod_export_items hmod) | otherwise -> return [ ExportModule m ] - Nothing -> return [] -- already emitted a warning in exportedNames + Nothing -> return [] -- already emitted a warning in visibleNames findDecl :: Name -> (Maybe (LHsDecl Name), Maybe (HsDoc Name)) findDecl n | not (isExternalName n) = error "This shouldn't happen" |