From f151e6c0fe2aeeffb90aad5c59c50bdf077a49b5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 3 Aug 2000 10:19:40 +0000 Subject: [PATCH] [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. --- ghc/docs/users_guide/using.sgml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 1.7.10.4