From 25ebe99f6bc14ab4d019d0250c45911f98e7d46e Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Thu, 11 Jun 2026 10:49:49 +0100 Subject: [PATCH] Release 1.6.30.0 --- changelog.md | 5 +++++ process.cabal | 2 +- test/process-tests.cabal | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 02798cac..d9e346bf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) +## 1.6.30.0 *June 2026* + +* darwin: Allow posix_spawn_file_actions_addchdir to be missing when + linking against process ([#377](https://github.com/haskell/process/pull/377)) + ## 1.6.29.0 *May 2026* * Stub out `runProcess.c` on wasm32 ([#366](https://github.com/haskell/process/pull/366)) diff --git a/process.cabal b/process.cabal index b9b9e6fb..e98aa028 100644 --- a/process.cabal +++ b/process.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: process -version: 1.6.29.0 +version: 1.6.30.0 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause license-file: LICENSE diff --git a/test/process-tests.cabal b/test/process-tests.cabal index 54dd7996..8678043f 100644 --- a/test/process-tests.cabal +++ b/test/process-tests.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: process-tests -version: 1.6.29.0 +version: 1.6.30.0 license: BSD-3-Clause license-file: LICENSE maintainer: libraries@haskell.org @@ -18,7 +18,7 @@ source-repository head common process-dep build-depends: - process == 1.6.29.0 + process == 1.6.30.0 custom-setup setup-depends: