From 6608501fff2d84659ac91e7c738be63ad6cf24b8 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 28 Mar 2007 10:29:38 +0000 Subject: [PATCH] remove old library doc link (#1098), and point to HackageDB --- docs/users_guide/glasgow_exts.xml | 13 +++++-------- docs/users_guide/packages.xml | 9 ++++++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index d9a6198..36bb71c 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -552,14 +552,11 @@ import qualified Control.Monad.ST.Strict as ST linkend="search-path"/>. GHC comes with a large collection of libraries arranged - hierarchically; see the accompanying library documentation. - There is an ongoing project to create and maintain a stable set - of core libraries used by several Haskell - compilers, and the libraries that GHC comes with represent the - current status of that project. For more details, see Haskell - Libraries. - + hierarchically; see the accompanying library + documentation. More libraries to install are available + from HackageDB. diff --git a/docs/users_guide/packages.xml b/docs/users_guide/packages.xml index ab4ab8d..621747f 100644 --- a/docs/users_guide/packages.xml +++ b/docs/users_guide/packages.xml @@ -5,9 +5,12 @@ Packages packages - A package is a library of Haskell modules known to the compiler. GHC - comes with several packages: see the accompanying - library documentation. + A package is a library of Haskell modules known to the + compiler. GHC comes with several packages: see the accompanying + library + documentation. More packages to install can be obtained + from HackageDB. Using a package couldn't be simpler: if you're using or GHCi, then most of the installed packages will be -- 1.7.10.4