We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3109782 commit 793b2d8Copy full SHA for 793b2d8
ChangeLog.md
@@ -1,5 +1,14 @@
1
# ChangeLog for typed-process
2
3
+## 0.2.12.0
4
+
5
+* Add `getPid`, `exitCodeExceptionWithOutput`,
6
+ `exitCodeExceptionNoOutput`,
7
8
+* Re-export `System.Process.Pid`
9
10
+* Thanks to Rebecca Turner @9999years
11
12
## 0.2.11.1
13
14
* No user-visible changes
package.yaml
@@ -1,5 +1,5 @@
name: typed-process
-version: 0.2.11.1
+version: 0.2.12.0
synopsis: Run external processes, with strong typing of streams
description: Please see the tutorial at <https://github.com/fpco/typed-process#readme>
category: System
0 commit comments