From d12546c051b49816749b10c54ab30705a01495e5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2007 19:53:41 +0000 Subject: [PATCH] Remove "What bundles there are" now we only have the standard one --- docs/users_guide/installing.xml | 72 --------------------------------------- 1 file changed, 72 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 42023a9..4e732e4 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -154,78 +154,6 @@ regardless, ghc-x.xx should always invoke GHC version - -What bundles there are - - -bundles, binary There are -plenty of “non-basic” GHC bundles. The files for them are -called -ghc-x.xx-bundle-platform.tar.gz, -where the platform is as above, and -bundle is one of these: - - - - - - -prof: - - -Profiling with cost-centres. You probably want this. -profiling bundles -bundles, profiling - - - -par: - - -Parallel Haskell features (sits on top of PVM). -You'll want this if you're into that kind of thing. -parallel bundles -bundles, parallel - - - -gran: - - -The “GranSim” parallel-Haskell simulator -(hmm… mainly for implementors). -bundles, gransim -gransim bundles - - - -ticky: - - -“Ticky-ticky” profiling; very detailed -information about “what happened when I ran this program”—really -for implementors. -bundles, ticky-ticky -ticky-ticky bundles - - - - - - -One likely scenario is that you will grab two -binary bundles—basic, and profiling. We don't usually make the -rest, although you can build them yourself from a source distribution. - - -The various GHC bundles are designed to be unpacked into the -same directory; then installing as per the directions above will -install the whole lot in one go. Note: you must -at least have the basic GHC binary distribution bundle, these extra -bundles won't install on their own. - - - Testing that GHC seems to be working -- 1.7.10.4