Questions tagged [zlib-conduit]

zlib-conduit is a Haskell conduit filter package for zlib/gzip (de)compression

zlib-conduit is a Haskell package that provides conduit filters for zlib/gzip (de)compression.

1 questions
2
votes
1 answer

Haskell bzlib-conduit/zlib-conduit example

Let's assume we create the file a.txt.gz as follows: $ echo "foobar" > a.txt $ gzip a.txt I intend to use zlib-conduit in order to emulate zcat in Haskell. I'm looking for a simple example that can also be applied to bzlib-conduit. Note: This…
Uli Köhler
  • 13,012
  • 16
  • 70
  • 120