Hi Ian, That may well be true. However, I ran multiple ./sync-all commands, due to the following error that I am seeing with the parallel library:
$ ./sync-all -r http://darcs.haskell.org --extra get -b ghc-7.6 ... Cloning into 'libraries/process'... == libraries/process: running git config --local core.ignorecase true == running git clone http://darcs.haskell.org/packages/template-haskell.git libraries/template-haskell -b ghc-7.6 Cloning into 'libraries/template-haskell'... == libraries/template-haskell: running git config --local core.ignorecase true == running git clone http://darcs.haskell.org/packages/unix.git libraries/unix -b ghc-7.6 Cloning into 'libraries/unix'... == libraries/unix: running git config --local core.ignorecase true == running git clone http://darcs.haskell.org/packages/parallel.git libraries/parallel -b ghc-7.6 Cloning into 'libraries/parallel'... fatal: Remote branch ghc-7.6 not found in upstream origin Unexpected end of command stream git failed: 32768 at ./sync-all line 193. -- Rob On 24 March 2013 19:03, Ian Lynagh <[email protected]> wrote: > On Sun, Mar 24, 2013 at 07:50:34PM +0100, David Waern wrote: >> Not sure what's wrong here. Maybe someone on ghc-devs@ knows. >> >> 2013/3/24 Rob Stewart <[email protected]> >> >> > I am not able to build ghc 7.6 from source, and come across an error >> > in utils/haddock/ghc.mk >> > >> > utils/haddock/ghc.mk:28: *** utils/haddock_dist_PROGNAME is not set. > > I suspect that either your haddock repository is out-of-date, or that > some of your repositories are on the 7.6 branch and some are on master. > > > Thanks > Ian > _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
