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
:-( 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
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