From: Daniel Fischer Date: Mon, 30 May 2011 07:59:50 +0000 (+0200) Subject: Fix typos in packages.xml X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8affa3655b650db8c55493dc2737f1d5e9bd9131 Fix typos in packages.xml --- diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml index 86df594..0a8412b 100644 --- a/docs/users_guide/packages.xml +++ b/docs/users_guide/packages.xml @@ -462,7 +462,7 @@ depends: array-0.2.0.1-9cbf76a576b6ee9c1f880cf171a0928d The purpose of the package ID is to detect problems caused by re-installing a package without also recompiling the packages that depend on it. Recompiling dependencies is necessary, - because the newly compiled package may have a differnt ABI + because the newly compiled package may have a different ABI (Application Binary Interface) than the previous version, even if both packages were built from the same source code using the same compiler. With package IDs, a recompiled @@ -985,7 +985,7 @@ ghc-pkg dot | tred | dot -Tpdf >pkgs.pdf Versions of the Haskell libraries for use with GHCi may also - abe included: GHCi cannot load .a files + be included: GHCi cannot load .a files directly, instead it will look for an object file called HSfoo.o and load that. On some systems, the ghc-pkg tool can automatically @@ -1221,7 +1221,7 @@ haddock-html: /usr/share/doc/ghc/html/libraries/unix maintainerpackage specification - (optinoal freeform) The email address of the package's maintainer. + (optional freeform) The email address of the package's maintainer. @@ -1273,7 +1273,7 @@ haddock-html: /usr/share/doc/ghc/html/libraries/unix categorypackage specification - (optinoal freeform) Which category the package belongs to. This field + (optional freeform) Which category the package belongs to. This field is for use in conjunction with a future centralised package distribution framework, tentatively titled Hackage.