[[project @ 2003-07-01 11:44:46 by panne] panne**20030701114446 The starting page of the GHC Documentation contains no autoconf tricks anymore, so keep things simple... ] { addfile ./ghc/docs/index.html hunk ./ghc/configure.in 60 -AC_OUTPUT(ghc.spec docs/index.html docs/libraries.html) +AC_OUTPUT(ghc.spec docs/libraries.html) hunk ./ghc/docs/index.html 1 + + +
++ Welcome to GHC! +
+ ++ This is the top of the GHC documentation tree, where you will find + links to all the supplied documentation about GHC and its libraries. +
+ ++ The User's Guide +
++ The User's Guide has all you need to know about using GHC: + command line options, language extensions, GHCi, etc. +
++ Documentation for the hierarchical libraries that come with GHC. +
++ 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 POSIX library, the Win32 library, HaXml, + and a few others. +
+- Welcome to GHC! -
- -- This is the top of the GHC documentation tree, where you will find - links to all the supplied documentation about GHC and its libraries. -
- -- The User's Guide -
-- The User's Guide has all you need to know about using GHC: - command line options, language extensions, GHCi, etc. -
-- Documentation for the hierarchical libraries that come with GHC. -
-- 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 POSIX library, the Win32 library, HaXml, - and a few others. -
-