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 803209c commit 7501fd5Copy full SHA for 7501fd5
changelog.md
@@ -1,5 +1,8 @@
1
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
2
3
+## 2.8.1.1 *Mar 2023*
4
+ * Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment
5
+
6
## 2.8.1.0 *Feb 2023*
7
* Fix build if HAVE_ALARM is undefined
8
unix.cabal
@@ -1,6 +1,6 @@
cabal-version: 1.12
name: unix
-version: 2.8.1.0
+version: 2.8.1.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
0 commit comments