Skip to content

Commit

Permalink
Release unix-2.8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Sep 10, 2023
1 parent 295369f commit fadc6e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)

## 2.8.2.0 *Sep 2023*

* Bump bounds to accomodate `base-4.19` and `bytestring-0.12`.

* Ensure that `FilePath`s don't contain interior `NUL`s.

* JavaScript backend: add support for `utimes` / `lutimes` / `futimes`.

## 2.8.1.1 *Mar 2023*
* Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment

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.1.1
version: 2.8.2.0
-- NOTE: Don't forget to update ./changelog.md

license: BSD3
Expand Down

0 comments on commit fadc6e1

Please sign in to comment.