Re: HEADS UP: Now haddock and binary repos

2011-06-20 Thread Michal Terepeta
On 17.06 21:35, Ian Lynagh wrote: > > Hi all, > > I've now replaced the GHC binary and haddock repos with lagging copies > of the upstream repos. That means that you need to remove the old repos > from any GHC trees you have. This should do it: > > git pull > rm -rf libraries/binary > rm -rf uti

Re: HEADS UP: Now haddock and binary repos

2011-06-17 Thread Edward Z. Yang
:-( Not fun! Edward Excerpts from Ian Lynagh's message of Fri Jun 17 16:35:43 -0400 2011: > > Hi all, > > I've now replaced the GHC binary and haddock repos with lagging copies > of the upstream repos. That means that you need to remove the old repos > from any GHC trees you have. This should d

HEADS UP: Now haddock and binary repos

2011-06-17 Thread Ian Lynagh
Hi all, I've now replaced the GHC binary and haddock repos with lagging copies of the upstream repos. That means that you need to remove the old repos from any GHC trees you have. This should do it: git pull rm -rf libraries/binary rm -rf utils/haddock ./sync-all get ./sync-all pull Thanks Ian