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 295369f commit fadc6e1Copy full SHA for fadc6e1
changelog.md
@@ -1,5 +1,13 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
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
11
## 2.8.1.1 *Mar 2023*
12
* Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment
13
unix.cabal
@@ -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
0 commit comments