Add -package-id, improve package shadowing behaviour and error messages
[ghc-hetmet.git] / ghc / InteractiveUI.hs
index e096fb2..7d9eaca 100644 (file)
@@ -1592,6 +1592,7 @@ showPackages = do
   where showFlag (ExposePackage p) = text $ "  -package " ++ p
         showFlag (HidePackage p)   = text $ "  -hide-package " ++ p
         showFlag (IgnorePackage p) = text $ "  -ignore-package " ++ p
+        showFlag (ExposePackageId p) = text $ "  -package-id " ++ p
 
 showLanguages :: GHCi ()
 showLanguages = do