Codec.Archive.Tar

High level "all in one" operations

create

extract

Notes

Compressed tar archives

Security

Tarbombs

Converting between internal and external representation

read

write

Packing and unpacking files to/from internal representation

pack

unpack

Types

Tar entry type

data Entry

entryPath

entryContent

data EntryContent

Sequences of tar entries

data Entries e

mapEntries

mapEntriesNoFail

foldEntries

unfoldEntries

Error handling

Errors from reading tar files

data FormatError