Skip to content

Commit

Permalink
Bump to 2.8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 19, 2024
1 parent 4f7f168 commit ac48e48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)

## 2.8.6.0 *Nov 2024*

* add `readDirStreamWith` and `readDirStreamWithPtr` to `System.Posix.Directory.Internals` wrt [#251](https://github.com/haskell/unix/pull/251)

## 2.8.5.1 *Apr 2024*

* fix building with newer filepath/os-string when `#ifndef HAVE_OPENPTY`
Expand Down
2 changes: 1 addition & 1 deletion unix.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ac48e48

Please sign in to comment.