Skip to content

Commit fadc6e1

Browse files
committed
Release unix-2.8.2.0
1 parent 295369f commit fadc6e1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.md

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

3+
## 2.8.2.0 *Sep 2023*
4+
5+
* Bump bounds to accomodate `base-4.19` and `bytestring-0.12`.
6+
7+
* Ensure that `FilePath`s don't contain interior `NUL`s.
8+
9+
* JavaScript backend: add support for `utimes` / `lutimes` / `futimes`.
10+
311
## 2.8.1.1 *Mar 2023*
412
* Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment
513

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

66
license: BSD3

0 commit comments

Comments
 (0)