New submission from Eric Kow <[email protected]>: 1 patch for repository http://darcs.net/releases/branch-2.5:
Sun Jul 25 23:06:31 BST 2010 Eric Kow <[email protected]> * Modernise System.Cmd import in Distribution.ShellHarness. ---------- files: modernise-system_cmd-import-in-distribution_shellharness_.dpatch, unnamed messages: 11861 nosy: kowey, tux_rocker status: needs-review title: Modernise System.Cmd import in Distribution.ShellHarness. __________________________________ Darcs bug tracker <[email protected]> <http://bugs.darcs.net/patch319> __________________________________
New patches: [Modernise System.Cmd import in Distribution.ShellHarness. Eric Kow <[email protected]>**20100725220631 Ignore-this: a785da33c6089635da687a9bfe957c2b ] hunk ./Distribution/ShellHarness.hs 13 import System.Exit ( ExitCode (..) ) import System.FilePath import System.IO -import System( system ) +import System.Cmd ( system ) import System.Process ( ProcessHandle, runInteractiveProcess, waitForProcess, getProcessExitCode ) Context: [TAG 2.4.98.1 Reinier Lamers <[email protected]>**20100711120953 Ignore-this: 6955d46fb3e48bc5bb0f622e495eae1f ] Patch bundle hash: 191c93d32a73b57d93ead0c7e1239f2dc415905e
unnamed
Description: Binary data
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
