I want to use Haskell Platform 2013.2.0.0 on Ubuntu 13.04.
Because there is no binary package provided, I have to compile it manually. However, there is a problem. Ubuntu repo provides GHC 7.6.2, but the Haskell Pratform requires GHC 7.6.3 to compile it, which is newer. Therefore, I also have to compile and install GHC 7.6.3.
I am currently using GHC 7.6.2 and afraid such manual installation would mess up my environment.
My question is, what is the best and the safest way to install Haskell Platform 2013.2.0.0?