From: Henning T. <le...@he...> - 2012-02-27 20:55:09
|
On Mon, 27 Feb 2012, Eric Kow wrote: > On 27 Feb 2012, at 15:38, Eric Kow wrote: > >> darcs get --lazy http://code.haskell.org/wxhaskell the-patch-you-downloaded.dpatch >> cd wxhaskell >> darcs apply -i ~/foo/the-patch-you-downloaded.dpatch > > Oops, that's darcs get --lazy <REPO> --context <PATCH> > > The idea is that darcs will then grab <REPO> and then unapply patches until it's wound its way back to the context that the patch was expecting. This way you avoid thinking about merging or conflicts. Btw. I hope you do not have problems with latest GHC-7.4.1. I did some patches to wxcore-0.12.1.7 in order to let wxhaskell work with GHC-7.4.1. Where shall I send them, since wxhaskell moved to wxWidgets-3.0? I have attached a diff. |