From 61708553200eaffff3be3e1a8976202f2b54c547 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 2 Dec 2005 14:22:06 +0000 Subject: [PATCH] [project @ 2005-12-02 14:22:06 by simonmar] - remove hslibs link - add Building Guide link - remove the word "hierarchical" from "hierarchical libraries" --- ghc/docs/index.html | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/ghc/docs/index.html b/ghc/docs/index.html index f365031..204e20a 100644 --- a/ghc/docs/index.html +++ b/ghc/docs/index.html @@ -30,41 +30,26 @@
  • - Hierarchical Libraries + Libraries

    - Documentation for the hierarchical libraries that come with GHC. + Documentation for the libraries that come with GHC.

  • - (Old) Haskell Libraries -

    -

    - Previous versions of GHC (before version 5.04) came with a suite - of libraries known as hslibs, aka the Hugs-GHC libraries. - As we are in the process of moving towards using hierarchical - libraries for everything, many of these libraries have moved over to - the new packages in the hierarchical libraries above. We still - provide the old hslibs libraries for backwards compatibility - and also for those libraries which have yet to move into the - hierarchy. For libraries which have moved, the documentation - contains a pointer to the location in the new libraries. -

    -

    - Libraries which haven't moved yet, so are still only available from - here, include: the Win32 library, HaXml, - and a few others. -

    + Cabal +

    +

    An infrastructure for building and distributing Haskell + software.

  • - Cabal + Building Guide

    -

    An infrastructure for building and distributing Haskell - software.

    +

    Information on buiding GHC from source, and porting GHC to a new platform.

  • -- 1.7.10.4