From 387a2ad74d7badfc153a5c8ec056df146fdeed9c Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 30 Dec 2001 19:52:23 +0000 Subject: [PATCH] [project @ 2001-12-30 19:52:23 by sof] document --update-package option --- ghc/docs/users_guide/packages.sgml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ghc/docs/users_guide/packages.sgml b/ghc/docs/users_guide/packages.sgml index e57b3f9..80fe70c 100644 --- a/ghc/docs/users_guide/packages.sgml +++ b/ghc/docs/users_guide/packages.sgml @@ -284,6 +284,19 @@ configuration. + + + + + + Reads package specification from the input, and + adds it to the database of installed packages. If a package + with the same name is already installed, its configuration + data is replaced with the new information. If the package + doesn't already exist, it's added. + + + When modifying the configuration file -- 1.7.10.4