From: simonmar Date: Fri, 28 Oct 2005 08:16:54 +0000 (+0000) Subject: [project @ 2005-10-28 08:16:54 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~106 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bbf874f7edd10ffd23eb9599b4206cc73d9beaac [project @ 2005-10-28 08:16:54 by simonmar] Fix links to library doc for Haddock 0.7. --- diff --git a/ghc/docs/users_guide/glasgow_exts.xml b/ghc/docs/users_guide/glasgow_exts.xml index 36b7bf8..6391ac2 100644 --- a/ghc/docs/users_guide/glasgow_exts.xml +++ b/ghc/docs/users_guide/glasgow_exts.xml @@ -3875,7 +3875,7 @@ What follows is a brief introduction to the notation; it won't make much sense unless you've read Hughes's paper. This notation is translated to ordinary Haskell, using combinators from the -Control.Arrow +Control.Arrow module. @@ -3988,7 +3988,7 @@ the arrow f, and matches its output against y. In the next line, the output is discarded. The arrow returnA is defined in the -Control.Arrow +Control.Arrow module as arr id. The above example is treated as an abbreviation for @@ -4005,7 +4005,7 @@ arr (\ x -> (x, x)) >>> Note that variables not used later in the composition are projected out. After simplification using rewrite rules (see ) defined in the -Control.Arrow +Control.Arrow module, this reduces to arr (\ x -> (x+1, x)) >>> @@ -4300,7 +4300,7 @@ additional restrictions: The module must import -Control.Arrow. +Control.Arrow. diff --git a/ghc/docs/users_guide/packages.xml b/ghc/docs/users_guide/packages.xml index c4a5352..8b47325 100644 --- a/ghc/docs/users_guide/packages.xml +++ b/ghc/docs/users_guide/packages.xml @@ -21,7 +21,7 @@ Packages 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, + for details, and also the Cabal libraries (Distribution.Simple, for example). @@ -616,7 +616,7 @@ exposed-modules: Network.BSD, A package specification is a Haskell record; in particular, it is the record InstalledPackageInfo in the module Distribution.InstalledPackageInfo, which is part of the Cabal package distributed with GHC. + url="../libraries/Cabal/Distribution-InstalledPackageInfo.html#%tInstalledPackageInfo">InstalledPackageInfo in the module Distribution.InstalledPackageInfo, which is part of the Cabal package distributed with GHC. An InstalledPackageInfo has a human readable/writable syntax. The functions @@ -736,7 +736,7 @@ depends: base-1.0 (string) The type of license under which this package is distributed. This field is a value of the License type. + url="../libraries/Cabal/Distribution-License.html#t:License">License type.