I would like to start with Haskell and I am at this page, the page clearly says
Get and install GHC 7.6.3 prior to building the platform
but if you click the link to GHC 7.6.3 ( the published version at this point in time )
Stop!
For most users, we recommend installing the Haskell Platform instead of GHC. The current Haskell Platform release includes a recent GHC release as well as some other tools (such as cabal), and a larger set of libraries that are known to work together.
What should I do ? I'm interested in using Haskell in conjunction with C++11, so I'm particularly interested in building the interpreter and the essential libraries from the source and what is the best way to use Haskell in general, if Haskell provides more than 1 version of the interpreter and what are all the possible solutions, this informations do not help me in finding a way.
I'm under Ubuntu 13.10 amd64 and I would like to know what is the best way to start with Haskell .