Skip to content

Commit 7db23ec

Browse files
committed
Bump to 2.8.5.0
1 parent 4386d82 commit 7db23ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
22

3-
## 2.8.4.0 *??? 2023*
3+
## 2.8.5.0 *Dec 2023*
4+
5+
* allow building with newer filepath/os-string
6+
7+
## 2.8.4.0 *Dec 2023*
48

59
* add `haveStatx`
610
* fix `statx.stx_mnt_id` detection on buggy glibc, see [GHC #24072](https://gitlab.haskell.org/ghc/ghc/-/issues/24072)
7-
* allow building with newer filepath/os-string
811

912
## 2.8.3.0 *Oct 2023*
1013

unix.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: unix
3-
version: 2.8.4.0
3+
version: 2.8.5.0
44
-- NOTE: Don't forget to update ./changelog.md
55

66
license: BSD3

0 commit comments

Comments
 (0)