From 7db23ecad7593210ce38c48a462be6c50d080e00 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 30 Nov 2023 22:17:45 +0800 Subject: [PATCH] Bump to 2.8.5.0 --- changelog.md | 7 +++++-- unix.cabal | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index e6d6dfc..b82703e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,13 @@ # Changelog for [`unix` package](http://hackage.haskell.org/package/unix) -## 2.8.4.0 *??? 2023* +## 2.8.5.0 *Dec 2023* + + * allow building with newer filepath/os-string + +## 2.8.4.0 *Dec 2023* * add `haveStatx` * 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 ## 2.8.3.0 *Oct 2023* diff --git a/unix.cabal b/unix.cabal index 1394225..a73d854 100644 --- a/unix.cabal +++ b/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