From 004ed82c3656d33cf08ef1ed006eb13ad20b8cce Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 31 May 2005 09:11:27 +0000 Subject: [PATCH] [project @ 2005-05-31 09:11:27 by simonmar] Fix the names of a few fields. --- ghc/docs/users_guide/packages.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ghc/docs/users_guide/packages.xml b/ghc/docs/users_guide/packages.xml index b55e58d..50df575 100644 --- a/ghc/docs/users_guide/packages.xml +++ b/ghc/docs/users_guide/packages.xml @@ -640,7 +640,7 @@ exposed-modules: System.Posix, import-dirs: /usr/lib/ghc-6.4/libraries/unix library-dirs: /usr/lib/ghc-6.4/libraries/unix hs-libraries: HSunix -extra-libs: HSunix_cbits, dl +extra-libraries: HSunix_cbits, dl include-dirs: /usr/lib/ghc-6.4/libraries/unix/include includes: HsUnix.h depends: base-1.0 @@ -932,13 +932,13 @@ depends: base-1.0 - extra-libs - extra-libspackage specification + extra-libraries + extra-librariespackage specification (string list) A list of extra libraries for this package. The difference between hs-libraries and - extra-libs is that + extra-libraries is that hs-libraries normally have several versions, to support profiling, parallel and other build options. The various versions are given different @@ -949,19 +949,19 @@ depends: base-1.0 version. The suffix is added automatically by GHC for hs-libraries only, no suffix is added for libraries in - extra-libs. + extra-libraries. The libraries listed in - extra-libs may be any libraries + extra-libraries may be any libraries supported by your system's linker, including dynamic libraries (.so on Unix, .DLL on Windows). - Also, extra-libs are placed + Also, extra-libraries are placed on the linker command line after the hs-libraries for the same package. If your package has dependencies in the other direction (i.e. - extra-libs depends on + extra-libraries depends on hs-libraries), and the libraries are static, you might need to make two separate packages. @@ -1009,8 +1009,8 @@ depends: base-1.0 - extra-hugs-opts - extra-hugs-optspackage specification + hugs-options + hugs-optionspackage specification (string list) Options to pass to Hugs for this package. @@ -1019,8 +1019,8 @@ depends: base-1.0 - extra-cc-opts - extra-cc-optspackage specification + cc-options + cc-optionspackage specification (string list) Extra arguments to be added to the gcc command line @@ -1031,8 +1031,8 @@ depends: base-1.0 - extra-ld-opts - extra-ld-optspackage specification + ld-options + ld-optionspackage specification (string list) Extra arguments to be added to the @@ -1056,8 +1056,8 @@ depends: base-1.0 - extra-frameworks - extra-frameworkspackage specification + frameworks + frameworkspackage specification (string list) On Darwin/MacOS X, a list of frameworks to link to. This -- 1.7.10.4