Skip to content
Snippets Groups Projects
Commit d0cbb9a3 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Release 2.8.7.0

parent d2992117
No related branches found
No related tags found
No related merge requests found
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix) # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
## 2.8.7.0 *May 2025*
* Add portable support for file open with data caching supressed/eliminated wrt [#322](https://github.com/haskell/unix/issues/322)
* Support for ARM64 Windows
* Use `Base.o_*` instead of raw `{#const O_*}`, fixing a bug in GHC JS
## 2.8.6.0 *Nov 2024* ## 2.8.6.0 *Nov 2024*
* add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251) * add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)
......
cabal-version: 1.12 cabal-version: 1.12
name: unix name: unix
version: 2.8.6.0 version: 2.8.7.0
-- NOTE: Don't forget to update ./changelog.md -- NOTE: Don't forget to update ./changelog.md
license: BSD3 license: BSD3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment