On 6/25/07, Bryan O'Sullivan <[EMAIL PROTECTED]> wrote:
Are you sure you really have gzip files?  If you're on a Linux or
similar box, what does "file myfile.z" report to you?  It should say
something like "gzip compressed data".

Aarrgh, that's the problem - it does use compress. Is the distinction
between .z and .Z not an established standard? I'm guessing there's
not a Haskell interface for compress.

I could just tell the OS to start a gzip process, but I need to be
able to build it here on my Linux box, and run it on various MS
machines. Seems like the best approach at this point might be to
require everyone (only 3 people) to uncompress the data onto the hard
drive first, then go from there.

Thanks for all the help!

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

Reply via email to