Skip to content

Commit 615ba10

Browse files
committed
Bump to 2.8.6.0
1 parent 4f7f168 commit 615ba10

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
22

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+
37
## 2.8.5.1 *Apr 2024*
48

59
* fix building with newer filepath/os-string when `#ifndef HAVE_OPENPTY`

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: unix
3-
version: 2.8.5.1
3+
version: 2.8.6.0
44
-- NOTE: Don't forget to update ./changelog.md
55

66
license: BSD3

0 commit comments

Comments
 (0)