diff --git a/System/Process.hs b/System/Process.hs index 3b048b390c2b6b0fb20ce31232288934e2fe57bf..aec8786ef3a9a72147f18f2968a2aa23c515c6f9 100644 --- a/System/Process.hs +++ b/System/Process.hs @@ -210,6 +210,7 @@ createProcess cp = do -- > withCreateProcess (proc cmd args) { ... } $ \_ _ _ ph -> do -- > ... -- +-- @since 1.4.3.0 -} withCreateProcess :: CreateProcess diff --git a/changelog.md b/changelog.md index ea07cf8670a7e012cc8aa89f261e494e93cbd596..0b274b88193b68c3d933fb06d81173cbaa5d1a1d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased +## 1.4.3.0 *December 2016* * New exposed `withCreateProcess` * Derive `Show` and `Eq` for `CreateProcess`, `CmdSpec`, and `StdStream` diff --git a/process.cabal b/process.cabal index 45da92e28688211f3a57aec799f25c023f856ac1..b25c4a2f060f1eae915461fe04517a07a1e8ba89 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.4.2.0 +version: 1.4.3.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE