[project @ 2000-08-03 10:19:40 by simonmar]
authorsimonmar <unknown>
Thu, 3 Aug 2000 10:19:40 +0000 (10:19 +0000)
committersimonmar <unknown>
Thu, 3 Aug 2000 10:19:40 +0000 (10:19 +0000)
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

index 56671be..80e6040 100644 (file)
@@ -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>