tar

Reading, writing and manipulating ".tar" archive files.

Version on this page:0.4.2.1@rev:2
LTS Haskell 22.14:0.5.1.1@rev:10
Stackage Nightly 2024-03-29:0.5.1.1@rev:10
Latest on Hackage:0.6.2.0

See all snapshots tar appears in

Maintained by Duncan Coutts
This version can be pinned in stack with:tar-0.4.2.1@sha256:ee3990444a43d0bde0eb1b3c83162ac2553278ba5f28260b1f09eb40e8e4b9a6,2709

Module documentation for 0.4.2.1

This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved.

Changes

0.4.2.1 Duncan Coutts [email protected] July 2015

  • Fix tests for the Index modules (the code was right)

0.4.2.0 Duncan Coutts [email protected] July 2015

  • New Index module for random access to tar file contents
  • New lower level tar file I/O actions
  • New tarball file ‘append’ action

0.4.1.0 Duncan Coutts [email protected] January 2015

  • Build with GHC 7.10
  • Switch from old-time to time package
  • Added more instance for Entries type

0.4.0.1 Duncan Coutts [email protected] October 2012

  • fixes to work with directory 1.2
  • More Eq/Ord instances

0.4.0.0 Duncan Coutts [email protected] February 2012

  • More explicit error types and error handling
  • Support star base-256 number format
  • Improved API documentation