RE: Minimum GHC version
"Simon Marlow" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <3429668D0E777A499EE74A7952C382D103422BBF@EUR-MSG-01.europe.corp.microsoft.com> |
On 05 March 2005 13:38, Sven Panne wrote: > What are the required minimum GHC versions needed for building GHC > itself and the tools (alex, happy, ...)? Currently I'm unable to find > this info and knowing this might help to simplify some #ifdef > horror... It's supposed to be GHC 5+ to build GHC, I believe. However, I only have 5.04.3 available for testing here since we upgraded the OS on our machines, so it's possible that 5.02 and earlier might fail. We test the bootstrap with 5.04.3 every night, though. Cheers, Simon