[commit: packages/process] master: Version bump for #46 and #58 (01d517d)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:19:31 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/01d517d2557f0abd646ab1a20a932226903c68e1/process

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

commit 01d517d2557f0abd646ab1a20a932226903c68e1
Author: Michael Snoyman <michael at snoyman.com>
Date:   Tue Feb 21 15:54:06 2017 +0200

    Version bump for #46 and #58


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

01d517d2557f0abd646ab1a20a932226903c68e1
 changelog.md  | 4 ++++
 process.cabal | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index bcb4ae5..3084956 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
 
 ## Unreleased changes
 
+* Fix: waitForProcess race condition
+  [#46](https://github.com/haskell/process/issues/46)
+  [#58](https://github.com/haskell/process/pull/58)
+
 ## 1.5.0.0 *February 2017*
 
 * Bug fix: Don't close already closed pipes
diff --git a/process.cabal b/process.cabal
index 30d25bb..cfdb867 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.5.0.0
+version:       1.6.0.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE



More information about the ghc-commits mailing list