h&B='      !"#$%& Safe-Inferred6  zip-streamThe data contents for a -. For empty entries (e.g., directories), use '. zip-streamA known ByteString, which will be fully evaluated (not streamed) zip-streamA byte stream producer, streamed (and compressed) directly into the zip zip-stream(The beginning of) a single entry in a zip stream, which may be any file or directory. As per zip file conventions, directory names should end with a slash and have no data, but this library does not ensure that. zip-streamFile name (in posix format, no leading slashes), either UTF-8 encoded text or raw bytes (CP437), with a trailing slash for directories zip-streamModification time zip-streamSize of file data (if known); checked on zipping and also used as hint to enable zip64. Disables compression for known 0-byte files. zip-streamHost-dependent attributes, often MS-DOS directory attribute byte (only supported when zipping)  zip-stream/Summary information at the end of a zip stream.  zip-stream(Errors thrown during zip file processing zip-streamNormalize any  to a simple source   Safe-Inferred( zip-streamThe version of this zip program, really just rough indicator of compatibility) zip-stream4The OS this implementation tries to be compatible to ()*+,-./0 Safe-Inferred%&  zip-streamStream process a zip file, producing a sequence of entry headers and data blocks. For example, this might produce: Left (ZipEntry "directory/" ...), Left (ZipEntry "directory/file.txt" ...), Right "hello w", Right "orld!\n", Left ... The final result is summary information taken from the end of the zip file. No state is maintained during processing, and, in particular, any information in the central directory is discarded.This only supports a limited number of zip file features, including deflate compression and zip64. It does not (ironically) support uncompressed zip files that have been created as streams, where file sizes are not known beforehand. Since it does not use the offset information at the end of the file, it assumes all entries are packed sequentially, which is usually the case. Any errors are thrown in the underlying monad (as  s or ).     Safe-Inferred%&( 1 zip-streamThis is retained in memory until the end of the archive is written.;To avoid space leaks, this should contain only strict data. zip-stream4Options controlling zip file parameters and features zip-streamAllow s over 4GB (reduces compatibility in some cases); this is automatically enabled for any files of known size (e.g., ) zip-streamCompress zipped files (0 = store only, 1 = minimal, 9 = best; non-zero improves compatibility, since some unzip programs don't supported stored, streamed files, including the one in this package) zip-stream)Other parameters to store in the zip file zip-streamUse a file on disk as  ( . 2).  zip-streamStream produce a zip file, reading a sequence of entries with data. Although file data is never kept in memory (beyond a single ), the format of zip files requires producing a final directory of entries at the end of the file, consuming an additional ~100 bytes of state per entry during streaming. The final result is the total size of the zip file.Depending on options, the resulting zip file should be compatible with most unzipping applications. Any errors are thrown in the underlying monad (as  s).    374       !"#$%&'()*+,-./0123456789:;)zip-stream-0.2.2.0-2Yft8UJ8K2k6iayvDCZF22Codec.Archive.Zip.Conduit.TypesCodec.Archive.Zip.Conduit.UnZipCodec.Archive.Zip.Conduit.Zip"Codec.Archive.Zip.Conduit.Internal!Data.Conduit.Serialization.Binary ParseErrorZipDataZipDataByteString ZipDataSourceZipEntry zipEntryName zipEntryTime zipEntrySizezipEntryExternalAttributesZipInfo zipCommentZipError sourceZipData$fExceptionZipError$fIsStringZipError$fMonoidZipData$fSemigroupZipData $fEqZipEntry$fShowZipEntry $fEqZipInfo $fShowZipInfo$fShowZipError unZipStream ZipOptionszipOpt64zipOptCompressLevel zipOptInfodefaultZipOptions zipFileData zipStream$fEqCentralDirectoryInfo$fOrdCentralDirectoryInfo$fShowCentralDirectoryInfo$fEqCommonFileHeaderInfo$fOrdCommonFileHeaderInfo$fShowCommonFileHeaderInfobaseGHC.Basemempty zipVersion osVersionzipError idConduitsizeCRC outputSize inputSize maxBound32deflateWindowBitsCentralDirectoryInfo&conduit-1.3.4.3-KorJj8tLL0SGTiuWvXisXaData.Conduit.Combinators sourceFile?*