tar

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

Version on this page:0.4.1.0@rev:1
LTS Haskell 22.14:0.5.1.1@rev:10
Stackage Nightly 2024-03-28: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.1.0@sha256:3a6ac0d8b95a2891271e0b49d3f62650b74b411dff95f49dc247b5acd5ee9292,1741

Module documentation for 0.4.1.0

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.