ghc-7.2 branch broken?
Ian Lynagh
igloo at earth.li
Fri Aug 5 18:24:33 CEST 2011
On Fri, Aug 05, 2011 at 05:06:44PM +1000, Ben Lippmeier wrote:
>
> I still can't manage to build it though. Following the instructions on the GHC wiki gets me:
>
> Configuring Cabal-1.11.0...
Ah, the problem is that the Cabal repo wasn't branched. Instead you need
a different Cabal repo.
I've removed the "checkout" option on the wiki page for getting
branches, leaving only the from-scratch option:
$ git clone -b branch-name http://darcs.haskell.org/ghc.git/
$ cd ghc
$ ./sync-all --testsuite get -b branch-name
Thanks
Ian
More information about the Cvs-ghc
mailing list