From f151e6c0fe2aeeffb90aad5c59c50bdf077a49b5 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
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 56671be1dd5f..80e60403168c 100644
--- a/ghc/docs/users_guide/using.sgml
+++ b/ghc/docs/users_guide/using.sgml
@@ -2675,9 +2675,10 @@ libraries automatically; these are:
 </Para>
 
 <Para>
-If you are using a Haskell &ldquo;system library&rdquo; (e.g., the POSIX
-library), just use the <Option>-package posix</Option> option, and the correct code
-should be linked in.
+If you are using a Haskell &ldquo;package&rdquo; (e.g., the POSIX
+library), just use the <Option>-package posix</Option> option, and the
+correct code should be linked in.  See <xref linkend="packages"> for
+more details.
 </Para>
 </ListItem>
 </VarListEntry>
-- 
GitLab