diff options
author | simonmar <unknown> | 2005-12-02 14:22:06 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-12-02 14:22:06 +0000 |
commit | 61708553200eaffff3be3e1a8976202f2b54c547 (patch) | |
tree | 7763fd877adeee8e286e7962774dbfd1501a2919 /ghc | |
parent | ca3611da3a7b874004ed8040fd861357977ef5d4 (diff) | |
download | haskell-61708553200eaffff3be3e1a8976202f2b54c547.tar.gz |
[project @ 2005-12-02 14:22:06 by simonmar]
- remove hslibs link
- add Building Guide link
- remove the word "hierarchical" from "hierarchical libraries"
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/docs/index.html | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/ghc/docs/index.html b/ghc/docs/index.html index f365031802..204e20a378 100644 --- a/ghc/docs/index.html +++ b/ghc/docs/index.html @@ -30,41 +30,26 @@ <LI> <P> - <B><A HREF="libraries/index.html">Hierarchical Libraries</A></B> + <B><A HREF="libraries/index.html">Libraries</A></B> </P> <P> - Documentation for the hierarchical libraries that come with GHC. + Documentation for the libraries that come with GHC. </P> </LI> <LI> <P> - <B><A HREF="hslibs/index.html">(Old) Haskell Libraries</A></B> - </P> - <P> - Previous versions of GHC (before version 5.04) came with a suite - of libraries known as <TT>hslibs</TT>, 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 <TT>hslibs</TT> 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. - </P> - <P> - Libraries which haven't moved yet, so are still only available from - here, include: the Win32 library, HaXml, - and a few others. - </P> + <B><A HREF="Cabal/index.html">Cabal</A></B> + </P> + <P>An infrastructure for building and distributing Haskell + software.</P> </LI> <LI> <P> - <B><A HREF="Cabal/index.html">Cabal</A></B> + <B><A HREF="building/index.html">Building Guide</A></B> </P> - <P>An infrastructure for building and distributing Haskell - software.</P> + <P>Information on buiding GHC from source, and porting GHC to a new platform.</P> </LI> </UL> </BODY> |