From 604ec8021bd891dc71da5d655ef2e959a40ea2ba Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 12 Sep 2023 09:08:29 +0800 Subject: [PATCH] Update to 2.8.2.1 --- changelog.md | 4 ++++ unix.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 100973e..dec5787 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`unix` package](http://hackage.haskell.org/package/unix) +## 2.8.2.1 *Sep 2023* + + * Fix UB bug in `withFilePath` that causes it to error out (introduced in 2.8.2.0) wrt [#295](https://github.com/haskell/unix/issues/295) + ## 2.8.2.0 *Sep 2023* * Bump bounds to accomodate `base-4.19` and `bytestring-0.12`. diff --git a/unix.cabal b/unix.cabal index 0b6642d..94de693 100644 --- a/unix.cabal +++ b/unix.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: unix -version: 2.8.2.0 +version: 2.8.2.1 -- NOTE: Don't forget to update ./changelog.md license: BSD3