[Haskell-cafe] Re: frag game - compilation fixes

Malcolm Wallace malcolm.wallace at cs.york.ac.uk
Thu Oct 29 05:52:24 EDT 2009


> So here's the resulting package tree. If anyone knows how to turn it  
> into a darcs working copy and create a patch from it, please do!

It's easy (and I recommend you do it yourself).

   * darcs get http://...blah/blah/foo
   * cp -R /my/hacked/copy/of/foo/* foo
   * cd foo
   * darcs record
   * darcs send --help

That is, just copy your version of the source tree on top of a darcs  
repository of the original source tree, then record the changes.

Regards,
     Malcolm



More information about the Haskell-Cafe mailing list