diff options
author | Ian Lynagh <igloo@earth.li> | 2007-07-16 23:56:35 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-07-16 23:56:35 +0000 |
commit | 1d708730ee5d0882c59f3d90422ff04fa0e5f39b (patch) | |
tree | 02226ef8005b13b8f0d3141a9a84f81c98ebe49a /docs | |
parent | 8fdc756d38495bf89d110d0d4869300673f91a08 (diff) | |
download | haskell-1d708730ee5d0882c59f3d90422ff04fa0e5f39b.tar.gz |
Typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/packages.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml index 621747f33d..1de51a93b4 100644 --- a/docs/users_guide/packages.xml +++ b/docs/users_guide/packages.xml @@ -396,7 +396,7 @@ $ export GHC_PACKAGE_PATH=$HOME/.my-ghc-packages.conf:</screen> <screen>ld -r ––whole-archive -o HSfoo.o libHSfoo.a</screen> <para>(replace - <literal>––--whole-archive</literal> with + <literal>––whole-archive</literal> with <literal>–all_load</literal> on MacOS X)</para> <para>GHC does not maintain detailed cross-package |