tar-conduit

Extract and create tar files using conduit for streaming

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

Version on this page:0.2.1
LTS Haskell 22.18:0.4.1
Stackage Nightly 2024-04-24: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.1@sha256:bcf314fca81366b1e66b540f8091e3c248a4f06aba83e961fb6d0efa5f15c1c5,2627

Module documentation for 0.2.1

Used by 1 package in nightly-2018-02-08(full list with versions):

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

Changes

0.2.1 - 2018-02-03

  • Expose untarChunks

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