From 7501fd547e14a6d8b8a804f7f01fbfd525c0c45e Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sat, 18 Mar 2023 11:49:18 +0800
Subject: [PATCH] Bump to 2.8.1.1

---
 changelog.md | 3 +++
 unix.cabal   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 80b08a5..10668ed 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
+## 2.8.1.1 *Mar 2023*
+  * Fix `System.Posix.Env.ByteString.getEnvironment` segfaulting on empty environment
+
 ## 2.8.1.0 *Feb 2023*
   * Fix build if HAVE_ALARM is undefined
 
diff --git a/unix.cabal b/unix.cabal
index b113260..aad3be4 100644
--- a/unix.cabal
+++ b/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
-- 
GitLab