From: simonmar Date: Thu, 6 Mar 2003 12:03:34 +0000 (+0000) Subject: [project @ 2003-03-06 12:03:34 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1090 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=84aa967da3265530a350e6626f61a2b57a945c2d;p=ghc-hetmet.git [project @ 2003-03-06 12:03:34 by simonmar] Split off the hierarchical libraries page, so the Hugs folks can use it too. --- diff --git a/ghc/docs/index.html.in b/ghc/docs/index.html.in index a859910..7e043ab 100644 --- a/ghc/docs/index.html.in +++ b/ghc/docs/index.html.in @@ -30,53 +30,10 @@
  • - Hierarchical Libraries + Hierarchical Libraries

    - GHC comes with a large number of libraries, arranged - hierarchically. The libraries are divided into packages - - to use a package of libraries from GHC or GHCi just add the flag - -package <name> to the command line, where - <name> is the name of the package (see the - section on packages in the User's Guide for more information). The - base and haskell98 packages are always available, - so you don't need to use the -package flag to get these. -

    - -

    -

    + Documentation for the hierarchical libraries that come with GHC.

  • diff --git a/ghc/docs/libraries.html.in b/ghc/docs/libraries.html.in new file mode 100644 index 0000000..84811a8 --- /dev/null +++ b/ghc/docs/libraries.html.in @@ -0,0 +1,66 @@ + + + + Haskell Hierarchical Libraries + + + +

    Haskell Hierarchical Libraries

    + +

    The libraries are divided into several packages.

    + +

    GHC/GHCi users note: most of the time, all the packages are + available without the need to use any additional command-line + options. The only time when this is not the case is when linking + a program on the command line, without using the --make + option: in this case you must list all the packages to link to by + adding the -package P flag (where P is the + package name) to the command line for each package. See the + User's Guide for more details.

    + +

    +

    +

    + + +