[Haskell-cafe] directory tree?

Stefan O'Rear stefanor at cox.net
Mon Jun 25 16:26:55 EDT 2007


On Mon, Jun 25, 2007 at 12:48:27PM -0700, Chad Scherrer wrote:
> Jedaï,
> 
> Are you sure you're not confusing .z with .Z?
> 
> http://kb.iu.edu/data/afcc.html
> 
> And is it possible that gzip is smarter somehow? Doesn't
> Codec.Compression.GZip call the same C library used by gzip?

gzip: supports gzip, pack, compress

zlib doesn't. http://www.zlib.net/zlib_faq.html#faq12

You ought to just use newpopen or similar
(http://www.cse.unsw.edu.au/~dons/code/newpopen)

Stefan


More information about the Haskell-Cafe mailing list