[ moved to [EMAIL PROTECTED] ] > please check your link > <http://www.haskell.org/happy/#download>. At the moment > it is impossible to get the sources for the "happy" library, > and without this > sources it is impossible to compile ghc. That link works for me. If you still have trouble downloading Happy, try using CVS: http://www.haskell.org/ghc/cvs-cheat-sheet.html. In order to compile GHC for the first time, the easiest route is to download a binary distribution of GHC, use that to compile Happy, and finally compile GHC itself. Cheers, Simon
