From: simonmar Date: Thu, 3 Aug 2000 10:19:40 +0000 (+0000) Subject: [project @ 2000-08-03 10:19:40 by simonmar] X-Git-Tag: Approximately_9120_patches~3925 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f151e6c0fe2aeeffb90aad5c59c50bdf077a49b5;p=ghc-hetmet.git [project @ 2000-08-03 10:19:40 by simonmar] Add a cross-ref to the section on Packages from the mention of the -package flag in the section on linking. --- diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 56671be..80e6040 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -2675,9 +2675,10 @@ libraries automatically; these are: -If you are using a Haskell “system library” (e.g., the POSIX -library), just use the option, and the correct code -should be linked in. +If you are using a Haskell “package” (e.g., the POSIX +library), just use the option, and the +correct code should be linked in. See for +more details.