Skip to content

Commit 11fd247

Browse files
committed
Release 1.6.30.0
1 parent 38a910e commit 11fd247

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
22

3+
## 1.6.30.0 *June 2026*
4+
5+
* darwin: Allow posix_spawn_file_actions_addchdir to be missing when
6+
linking against process ([#377](https://github.com/haskell/process/pull/377))
7+
38
## 1.6.29.0 *May 2026*
49

510
* Stub out `runProcess.c` on wasm32 ([#366](https://github.com/haskell/process/pull/366))

process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process
3-
version: 1.6.29.0
3+
version: 1.6.30.0
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD-3-Clause
66
license-file: LICENSE

test/process-tests.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: process-tests
3-
version: 1.6.29.0
3+
version: 1.6.30.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
maintainer: libraries@haskell.org
@@ -18,7 +18,7 @@ source-repository head
1818

1919
common process-dep
2020
build-depends:
21-
process == 1.6.29.0
21+
process == 1.6.30.0
2222

2323
custom-setup
2424
setup-depends:

0 commit comments

Comments
 (0)