2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message:
Recursive revbump after changing the default Haskell compiler
|
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
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|