From hasufell at posteo.de Tue Nov 19 16:08:32 2024 From: hasufell at posteo.de (Julian Ospald) Date: Tue, 19 Nov 2024 16:08:32 +0000 Subject: unix-2.8.6.0 released Message-ID: ChangeLog: * add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt https://github.com/haskell/unix/pull/251 * Fix CTimeVal definition for platforms where time_t isn't CLong, wrt https://github.com/haskell/unix/pull/252 Hackage release: https://hackage.haskell.org/package/unix-2.8.6.0 GitHub tag: https://github.com/haskell/unix/releases/tag/v2.8.6.0 This release mainly contains a bugfix for 32bit musl with CTimeVal and new experimental internal API for dealing with dirent. Thanks to mmhat, Tomas Janousek, Bodigrim and Viktor.