
13 Jan
2011
13 Jan
'11
9:32 p.m.
Hello Simon,
I've made git mirrors of the current GHC HEAD repos (all of them), so people can try out their workflows with git. Hopefully this should work:
git clone http://darcs.haskell.org/ghc-git/ghc.git cd ghc perl sync-all get
Thank you for this work. I cloned the git repository and tried to compile GHC. But "perl boot" does not work. % perl boot Unpacking time Failed to open stamp file: No such file or directory at boot-pkgs line 41. Running boot-pkgs failed: 512 at boot line 23. How can I create the "configure" script with GHC from this repository? --Kazu