tar-0.6.0.0: Reading, writing and manipulating ".tar" archive files.
Copyright(c) 2007 Bjorn Bringert
2008 Andrea Vezzosi
2008-2009 Duncan Coutts
LicenseBSD3
Maintainerduncan@community.haskell.org
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Codec.Archive.Tar.Write

Description

 
Synopsis

Documentation

write :: [Entry] -> ByteString Source #

Create the external representation of a tar archive by serialising a list of tar entries.

  • The conversion is done lazily.