./archivers/hs-zlib, Compression and decompression in the gzip and zlib formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1.0nb1, Package name: hs-zlib-0.7.1.0nb1, Maintainer: pho

This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C library
so it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.

It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 28.631 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 05:48:16 by Masatake Daimon | Files touched by this commit (4)
Log message:
archivers/hs-zlib: Update to 0.7.1.0

0.7.1.0 Bodigrim andrew.lelechenko@gmail.com April 2024

    Split zlib C sources into zlib-clib package (thanks @hasufell).
    Use zlib-clib on Windows, unless pkg-config is available.

0.7.0.0 Bodigrim andrew.lelechenko@gmail.com February 2024

    Bump bundled zlib to 1.3.1.
    Hide deprecated constructors of CompressionLevel, Method, WindowBits, \ 
MemoryLevel, CompressionStrategy and Format.
    Make WindowBits, MemoryLevel and CompressionLevel newtypes over Int.
    Add smart constructors rleStrategy and fixedStrategy.
    Add assorted Eq, Ord, Typeable and Generic instances.
    Make flag pkg-config automatic and on by default.
    Make flag bundled-c-zlib to take priority over pkg-config.
    Do not force bundled-c-zlib on Windows, but force it for WASM.
    Strip install-includes, do not install any headers.
    Export DecompressError from non-internal modules.
    Fix compression/decompression of ByteString chunks > 4G.
    Flip flag non-blocking-ffi to be True be default.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 10:13:04 by Masatake Daimon | Files touched by this commit (2)
Log message:
archivers/hs-zlib: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 10:48:10 by Masatake Daimon | Files touched by this commit (5)
Log message:
archivers/hs-zlib: Update to 0.6.3.0

0.6.3.0 - Andrew Lelechenko - May 2022
 * Bump bundled zlib to 1.2.12, #48
 * Support base-4.17
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:03:40 by Masatake Daimon | Files touched by this commit (3)
Log message:
Fix build with GHC 9.2