úÎ) (     )Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone%d B5A pattern matching any ByteString in the GZip format.?Create a new archive compressed with GZip from the given paths.)It is equivalent to calling the standard tar program like so:  $ tar -czf archive -C base pathsCExtract all the files contained in an archive compressed with GZip.)It is equivalent to calling the standard tar program like so: $ tar -xf archive -C dirarchive to createbase directory7files and paths to compress, relative to base directorydestination directoryarchive to extract)Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone%]dÅ@A pattern matching any ByteString in an uncompressed TAR format.;Create a new uncompressed tar archive from the given paths.)It is equivalent to calling the standard tar program like so: $ tar -cf archive -C base paths?Extract all the files contained in an uncompressed tar archive.)It is equivalent to calling the standard tar program like so: $ tar -xf archive -C dirarchive to createbase directory7files and paths to compress, relative to base directorydestination directoryarchive to extract)Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone%^dà4A pattern matching any ByteString in the Zip format.>Create a new archive compressed with Zip from the given paths.)It is equivalent to calling the standard  program like so: B$ CURR=$PWD; (cd base && zip -r archive paths && mv archive $CURR)BExtract all the files contained in an archive compressed with Zip.)It is equivalent to calling the standard  program like so: &$ mkdir -p dir && unzip archive -d dirarchive to createbase directory7files and paths to compress, relative to base directorydestination directoryarchive to extract)Brandon Chinn <brandonchinn178@gmail.com> experimentalportableNone%]d'¶ :The compression algorithm to use when creating an archive. TCreate a new archive from the given directory using the given compression algorithm.PCreate a new archive from the given paths using the given compression algorithm.qExtract an archive to the given directory. Automatically detects the compression algorithm. used in the archive. archive file to createdirectory to archivearchive file to createbase directory7files and paths to compress, relative to base directorydestination directoryarchive to extract         !ztar-0.0.3-8e2ZO0QtLmgBOMXIXL4PyQCodec.Archive.ZTar.GZipCodec.Archive.ZTar.TarCodec.Archive.ZTar.ZipCodec.Archive.ZTar GZipFormatcreateextract TarFormat ZipFormat Compression NoCompressionGZipZipcreate'$fShowCompressionbaseGHC.Listzip