Open rsolano1-uw opened 4 years ago
PATH_TO_GHC_BINDIST_TARBALL refers to one of the tarballs that are downloaded from https://downloads.haskell.org/ghc/.
Note that I don't know wether "compiled against newer versions of libraries" applies to these tarballs aswell.
Hello,
I am trying to compile the Haskell Platform 8.4.3 on a CentOS 6 system because the provided binaries were compiled against newer versions of libraries than are available on CentOS 6. I have downloaded the 8.4.3 source tarball from here, but I am slightly confused by the build instructions. In the README, it says that the first argument to platform.sh should be the
$PATH_TO_GHC_BINDIST_TARBALL
, but does not describe which binary distribution tarball from the Haskell website that should be. Given that there seem to be three sets of Haskell installers, I'm not sure which to use here.Can someone please point me in the right direction?