From 412f0e89229d702e766289a72acebfe61d763dad Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 16 Mar 2005 09:24:55 +0000 Subject: [PATCH] [project @ 2005-03-16 09:24:55 by simonmar] Fix InstalledPackageInfo link --- ghc/docs/users_guide/packages.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/packages.xml b/ghc/docs/users_guide/packages.xml index fca5352..6bacd66 100644 --- a/ghc/docs/users_guide/packages.xml +++ b/ghc/docs/users_guide/packages.xml @@ -580,7 +580,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 -- 1.7.10.4