[commit: packages/process] master: Version bump (7428b61)

git at git.haskell.org git at git.haskell.org
Mon Nov 2 06:24:30 UTC 2015


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7428b614841e6b6416e501453546b0af19a0cd1f/process

>---------------------------------------------------------------

commit 7428b614841e6b6416e501453546b0af19a0cd1f
Author: Michael Snoyman <michael at fpcomplete.com>
Date:   Sun Nov 1 19:42:54 2015 +0000

    Version bump


>---------------------------------------------------------------

7428b614841e6b6416e501453546b0af19a0cd1f
 changelog.md  | 2 +-
 process.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index a593d8a..6507bf8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## 1.4.0.0 *unreleased*
+## 1.4.0.0 *November 2015*
 
 * Added `child_user` and `child_group` to `CreateProcess` for unix. [#45](https://github.com/haskell/process/pull/45)
 
diff --git a/process.cabal b/process.cabal
index 933f275..f24cdf5 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.3.0.1
+version:       1.4.0.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE



More information about the ghc-commits mailing list