From 0c4c660645d31c7f8054b044854e6e84b1566cf5 Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 10 Feb 2005 12:35:21 +0000 Subject: [PATCH] [project @ 2005-02-10 12:35:21 by ross] xrefs to Cabal docs --- ghc/docs/users_guide/packages.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ghc/docs/users_guide/packages.xml b/ghc/docs/users_guide/packages.xml index 6c88f82..c9cdb42 100644 --- a/ghc/docs/users_guide/packages.xml +++ b/ghc/docs/users_guide/packages.xml @@ -19,8 +19,9 @@ Packages the Cabal infrastructure which automates the process of configuring, building, installing and distributing a package. All you need to do is write a simple configuration file, put a - few files in the right places, and you have a package. See the Cabal - documentation for details, and also the Cabal libraries (Distribution.Simple, + few files in the right places, and you have a package. See the + Cabal documentation + for details, and also the Cabal libraries (Distribution.Simple, for example). @@ -256,7 +257,7 @@ exposed-modules: Network.BSD, building We don't recommend building packages the hard way. Instead, use the - Cabal infrastructure + Cabal infrastructure if possible. If your package is particularly complicated or requires a lot of configuration, then you might have to fall back to the low-level mechanisms, so a few hints for those brave souls follow. @@ -624,9 +625,9 @@ includes: HsUnix.h depends: base-1.0 - The full Cabal documentation is still in preparation (at time of - writing), so in the meantime here is a brief description of the syntax of - this file: + The full Cabal documentation + is still in preparation (at time of writing), so in the meantime + here is a brief description of the syntax of this file: A package description consists of a number of field/value pairs. A field starts with the field name in the left-hand column followed by a -- 1.7.10.4