Skip to content

Releases: haskell/unix

v2.8.7.0

10 May 16:18
v2.8.7.0
Compare
Choose a tag to compare
  • Add portable support for file open with data caching supressed/eliminated wrt #322
  • Support for ARM64 Windows when cross-compilation from Linux/Darwin or other unix system is involved
  • Use Base.o_* instead of raw {#const O_*}, fixing a bug in GHC JS

2.8.6.0

19 Nov 15:35
v2.8.6.0
6be36ed
Compare
Choose a tag to compare
  • add readDirStreamWith and readDirStreamWithPtr to System.Posix.Directory.Internals wrt #251
  • Fix CTimeVal definition for platforms where time_t isn't CLong, wrt #252

v2.8.5.0: Release 2.8.5.0

01 Dec 00:54
v2.8.5.0
7db23ec
Compare
Choose a tag to compare
  • allow building with newer filepath/os-string

v2.8.4.0: Release 2.8.4.0

01 Dec 00:54
v2.8.4.0
0b3dbc9
Compare
Choose a tag to compare
  • add haveStatx
  • fix statx.stx_mnt_id detection on buggy glibc, see GHC #24072