Re: Problems building from source: ghc-tarballs
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
Hi Alastair,
On Sun, Nov 04, 2012 at 11:52:46AM +0000, 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 trees from it.
> git clone ghc ghc-working
> cd ghc-working
> ./sync-all --testsuite --no-dph get
Thanks
Ian