File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : process
3- version : 1.6.29 .0
3+ version : 1.6.30 .0
44-- NOTE: Don't forget to update ./changelog.md
55license : BSD-3-Clause
66license-file : LICENSE
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : process-tests
3- version : 1.6.29 .0
3+ version : 1.6.30 .0
44license : BSD-3-Clause
55license-file : LICENSE
66maintainer : libraries@haskell.org
@@ -18,7 +18,7 @@ source-repository head
1818
1919common process-dep
2020 build-depends :
21- process == 1.6.29 .0
21+ process == 1.6.30 .0
2222
2323custom-setup
2424 setup-depends :
You can’t perform that action at this time.
0 commit comments