process 1.6.8.1 → 1.6.8.2
raw patch · 3 files changed
+5/−6 lines, 3 files
Files
- cbits/runProcess.c +0/−5
- changelog.md +4/−0
- process.cabal +1/−1
cbits/runProcess.c view
@@ -875,11 +875,6 @@ sizeof(JOBOBJECT_BASIC_PROCESS_ID_LIST), NULL); - if (!success) {- maperrno();- return false;- }- if (!success && GetLastError() == ERROR_MORE_DATA) { process_count *= 2; free(pid_list);
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) +## 1.6.8.2 *March 2020*++* Fix another process wait bug on Windows.+ ## 1.6.8.1 *March 2020* * Fix a few warnings on Windows.
process.cabal view
@@ -1,5 +1,5 @@ name: process-version: 1.6.8.1+version: 1.6.8.2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE