We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d299211 commit d0cbb9aCopy full SHA for d0cbb9a
changelog.md
@@ -1,5 +1,11 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
3
+## 2.8.7.0 *May 2025*
4
+
5
+ * Add portable support for file open with data caching supressed/eliminated wrt [#322](https://github.com/haskell/unix/issues/322)
6
+ * Support for ARM64 Windows
7
+ * Use `Base.o_*` instead of raw `{#const O_*}`, fixing a bug in GHC JS
8
9
## 2.8.6.0 *Nov 2024*
10
11
* add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)
unix.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: unix
-version: 2.8.6.0
+version: 2.8.7.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
0 commit comments