diff --git a/ghc/docs/users_guide/packages.sgml b/ghc/docs/users_guide/packages.sgml index a01ae5375509a49e0f4a1db38db006fa0f1cd865..18602f0a9af9d51991a191ff1ffdb152f229aa2b 100644 --- a/ghc/docs/users_guide/packages.sgml +++ b/ghc/docs/users_guide/packages.sgml @@ -167,6 +167,10 @@ </listitem> <listitem> + <para>(replace + <literal>––--whole-archive</literal> with + <literal>–all_load</literal> on MacOS X)</para> + <para>GHC does not maintain detailed cross-package dependency information. It does remember which modules in other packages the current module depends on, but not which