
18 Jun
2004
18 Jun
'04
10:14 a.m.
On 18 June 2004 14:57, Glynn Clements wrote:
Simon Marlow wrote:
I've now implemented the System.Process library on Windows too. It needs Ross Paterson's new version of the Win32 library, which can be found in CVS under libraries/win32.
Code here:
http://www.haskell.org/~simonmar/process/process.tar.gz
(sorry no Makefile, but there's only a .c file and a .hsc file to compile).
Comments please... perhaps there ought to be some simpler versions of the general functions in this library, to cover the more common cases?
Should there be a current directory argument? This is implemented in Posix.runProcess (in 6.0.1), and seems like it should be implementable on Windows.
Yes, that could be added. Cheers, Simon
7641
Age (days ago)
7641
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow