
21 Jun
2008
21 Jun
'08
3:12 p.m.
matti.niemenmaa+news:
Greetings,
I hereby announce the release of the Pipe library, a library for piping data through a pipeline of processes.
A web page with (hopefully) all the necessary info and a simple example can be found at http://iki.fi/matti.niemenmaa/pipe/
The package is at Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Pipe
Feel free to comment on any part of it, either here or straight to my e-mail address.
I've tested it on Windows XP and Linux (Gentoo) and GHC 6.8.2 and 6.8.3. Since the code is rather low-level it'd be interesting to hear whether it works on other systems, say the BSDs or OS X.
Interesting. Does it depend on an unreleased version of the process library? -- Don