We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4386d82 commit 7db23ecCopy full SHA for 7db23ec
changelog.md
@@ -1,10 +1,13 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
3
-## 2.8.4.0 *??? 2023*
+## 2.8.5.0 *Dec 2023*
4
+
5
+ * allow building with newer filepath/os-string
6
7
+## 2.8.4.0 *Dec 2023*
8
9
* add `haveStatx`
10
* fix `statx.stx_mnt_id` detection on buggy glibc, see [GHC #24072](https://gitlab.haskell.org/ghc/ghc/-/issues/24072)
- * allow building with newer filepath/os-string
11
12
## 2.8.3.0 *Oct 2023*
13
unix.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: unix
-version: 2.8.4.0
+version: 2.8.5.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
0 commit comments