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