Hi Alastair! Welcome back :)
On 04/11/12 11:52, Alastair Reid wrote:
http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources
git clone http://darcs.haskell.org/ghc.git/
git clone ghc ghc-working
cd ghc-working
./sync-all --testsuite --no-dph get
Ian's reply contained the fix, but
Hi Alastair,
On Sun, Nov 04, 2012 at 11:52:46AM +, Alastair Reid wrote:
>
> http://hackage.haskell.org/trac/ghc/wiki/Building/GettingTheSources
> git clone http://darcs.haskell.org/ghc.git/
You need to do
./sync-all --testsuite --no-dph get
in this "ghc" repo if you want to clone full t
I'm trying to checkout ghc from git and build but I run into problems with
sync-all. What step have I missed?
$ ./sync-all --testsuite --no-dph get
== running git config core.ignorecase true
== running git clone /home/areid/srcs/ghc/ghc-tarballs ghc-tarballs
fatal: repository '/home/areid/srcs/gh