PS here's how to try it - get the patched sp: ~/src/darcs$ darcs get --lazy joyful.com:/repos/searchpath Finished getting. ~/src/darcs$ cd searchpath ~/src/darcs/searchpath$ make ghc --make -o sp -main-is SearchPath SearchPath.hs [1 of 1] Compiling SearchPath ( SearchPath.hs, SearchPath.o ) Linking sp ... ~/src/darcs/searchpath$ mv sp ~/bin
and start it running: ~/src/darcs$ make ci ... New executable. (Re-) starting running: "/Users/simon/src/darcs/darcs --version" 2.1.0 (+ 200 patches) <change a file> [ 95 of 134] Compiling Darcs.Commands.Add ( ./src/Darcs/Commands/Add.lhs, ./src/Darcs/Commands/Add.o ) [130 of 134] Compiling Darcs.TheCommands ( ./src/Darcs/TheCommands.lhs, ./src/Darcs/TheCommands.o ) [131 of 134] Compiling Darcs.Commands.Help ( ./src/Darcs/Commands/Help.lhs, ./src/Darcs/Commands/Help.o ) [132 of 134] Compiling Darcs.ArgumentDefaults ( ./src/Darcs/ArgumentDefaults.lhs, ./src/Darcs/ArgumentDefaults.o ) [133 of 134] Compiling Darcs.RunCommand ( ./src/Darcs/RunCommand.lhs, ./src/Darcs/RunCommand.o ) Linking darcs.sp.new ... New executable. (Re-) starting running: "/Users/simon/src/darcs/darcs --version" 2.1.0 (+ 200 patches) _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
