tar-conduit

Extract and create tar files using conduit for streaming

https://github.com/snoyberg/tar-conduit#readme

Version on this page:0.2.0
LTS Haskell 22.18:0.4.1
Stackage Nightly 2024-04-22:0.4.1
Latest on Hackage:0.4.1

See all snapshots tar-conduit appears in

MIT licensed by Michael Snoyman
This version can be pinned in stack with:tar-conduit-0.2.0@sha256:5a25cf5caa7c2b5e89aee4a3621033156f30fc40433f19f1f2f5da0caec7bbe0,2627

Module documentation for 0.2.0

Used by 1 package in nightly-2018-01-29(full list with versions):

Please see README.md. This is just filler to avoid warnings.

Changes

0.2.0 - 2018-01-23

  • Implemented tarball creation
  • Introduced FileInfo datatype that makes it easier to work with archives by automatically handling tar specific blocks and applying them to FileInfo.
  • Full support for ustar format.
  • Support for some GNU tar features: long file name, discardes.
  • Helper tar/untar functions for dealing with directly with the filesystem.

0.1.1 - 2017-05-31

  • Allow checksums to have leading spaces (PR 8)

0.1.0 - 2016-11-03

  • Initial release