I'm trying to compile a recent version of GHC (say, 7.4 or 7.6) on Solaris, compiling using a 6.12.1 binary. However, I've noticed GHC requires an exact GCC version of 4.1.2 to compile itself, as well as many other requirements.
Why are the prerequisites for building GHC so strict? Haskell is so powerful I can't imagine much that couldn't be written in pure Haskell, so why does GHC need a C-compiler to compile itself? Is there a version of GHC I can compile with just a Haskell compiler? Note that I don't need it to generate highly optimised code, even just getting GHCi working will be fine.
glasgow-haskell-users@haskell.orgis the place to ask for help. – Daniel Fischer Jan 8 at 1:09