Re: [Haskell-cafe] ANNOUNCE: Pipe 1.0

2008-06-23 Thread Isaac Dupree

Don Stewart wrote:

Interesting.
Does it depend on an unreleased version of the process library?


by the way, is there a policy for when new versions of packages 
maintained by [EMAIL PROTECTED] are *released*?  Or do patches just collect 
in the darcs repository until they're picked up by some major release 
like GHC's?  I would tend to think that for any change nontrivial enough 
to be discussed on libraries@, why not quickly release the newer version 
with an appropriately incremented version number?


-Isaac
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] ANNOUNCE: Pipe 1.0

2008-06-21 Thread Matti Niemenmaa

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.


--
Matti Niemenmaa

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] ANNOUNCE: Pipe 1.0

2008-06-21 Thread Don Stewart
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
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe