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 4f7f168 commit 615ba10Copy full SHA for 615ba10
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
3
+## 2.8.6.0 *Nov 2024*
4
+
5
+ * add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)
6
7
## 2.8.5.1 *Apr 2024*
8
9
* fix building with newer filepath/os-string when `#ifndef HAVE_OPENPTY`
unix.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: unix
-version: 2.8.5.1
+version: 2.8.6.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
0 commit comments