[Remove "What bundles there are" now we only have the standard one Ian Lynagh **20070713195341] { hunk ./docs/users_guide/installing.xml 156 - - -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. - - }