We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69ae80 commit 3f0d217Copy full SHA for 3f0d217
changelog.md
@@ -1,5 +1,9 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
3
+## 2.8.2.1 *Sep 2023*
4
+
5
+ * 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)
6
7
## 2.8.2.0 *Sep 2023*
8
9
* Bump bounds to accomodate `base-4.19` and `bytestring-0.12`.
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
0 commit comments