[commit: packages/process] master: Version bump for release #79 (28946c6)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:17:40 UTC 2017
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/28946c6ccac40958771aa5541ca64c35be9371fe/process
>---------------------------------------------------------------
commit 28946c6ccac40958771aa5541ca64c35be9371fe
Author: Michael Snoyman <michael at snoyman.com>
Date: Fri Dec 9 13:53:55 2016 +0200
Version bump for release #79
>---------------------------------------------------------------
28946c6ccac40958771aa5541ca64c35be9371fe
System/Process.hs | 1 +
changelog.md | 2 +-
process.cabal | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/System/Process.hs b/System/Process.hs
index 3b048b3..aec8786 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 ea07cf8..0b274b8 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 45da92e..b25c4a2 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
More information about the ghc-commits
mailing list